comparison flys-artifacts/src/main/java/de/intevation/flys/utils/FLYSUtils.java @ 3076:5642a83420f2

FLYS artifacts: Removed trailing whitespace. flys-artifacts/trunk@4670 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:30:07 +0000
parents d20215a0afd8
children d9af29a4bb85
comparison
equal deleted inserted replaced
3075:db9e2bb34707 3076:5642a83420f2
740 WKms minuendWKms = getWKms(StringUtil.unbracket(datas[i+0]), 740 WKms minuendWKms = getWKms(StringUtil.unbracket(datas[i+0]),
741 context); 741 context);
742 WKms subtrahendWKms = getWKms(StringUtil.unbracket(datas[i+1]), 742 WKms subtrahendWKms = getWKms(StringUtil.unbracket(datas[i+1]),
743 context); 743 context);
744 if (minuendWKms != null && subtrahendWKms != null) { 744 if (minuendWKms != null && subtrahendWKms != null) {
745 diffs += StringUtil.wWrap(minuendWKms.getName()) 745 diffs += StringUtil.wWrap(minuendWKms.getName())
746 + " - " + StringUtil.wWrap(subtrahendWKms.getName()); 746 + " - " + StringUtil.wWrap(subtrahendWKms.getName());
747 } 747 }
748 diffs += ";\n"; 748 diffs += ";\n";
749 } 749 }
750 return diffs; 750 return diffs;

http://dive4elements.wald.intevation.org