comparison flys-client/src/main/java/de/intevation/flys/client/client/ui/LocationDistancePanel.java @ 615:ba1b27b7d282

Removed trailing whitespace. flys-client/trunk@2244 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 26 Jun 2011 17:20:57 +0000
parents 809756dda091
children dfbc6693247e
comparison
equal deleted inserted replaced
614:80626c4a5bbf 615:ba1b27b7d282
303 lside.setType(ListGridFieldType.TEXT); 303 lside.setType(ListGridFieldType.TEXT);
304 lside.setWidth(40); 304 lside.setWidth(40);
305 ListGridField loc = new ListGridField("from", MESSAGES.locations()); 305 ListGridField loc = new ListGridField("from", MESSAGES.locations());
306 loc.setType(ListGridFieldType.TEXT); 306 loc.setType(ListGridFieldType.TEXT);
307 loc.setWidth(40); 307 loc.setWidth(40);
308 308
309 ListGridField bottom = 309 ListGridField bottom =
310 new ListGridField("bottom", MESSAGES.bottom_edge()); 310 new ListGridField("bottom", MESSAGES.bottom_edge());
311 bottom.setType(ListGridFieldType.TEXT); 311 bottom.setType(ListGridFieldType.TEXT);
312 bottom.setWidth(30); 312 bottom.setWidth(30);
313 313

http://dive4elements.wald.intevation.org