comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/PRFParser.java @ 3334:2ae732e2c65c

FLYS backend: Removed trailing whitespace. flys-backend/trunk@4669 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 15 Jun 2012 09:20:49 +0000
parents c5c48f52dc7b
children 509af52db23b
comparison
equal deleted inserted replaced
3333:76c75c8b9ee0 3334:2ae732e2c65c
92 } 92 }
93 String first = line.substring( 93 String first = line.substring(
94 pos, pos + firstIntegerPlaces); 94 pos, pos + firstIntegerPlaces);
95 95
96 String second = line.substring( 96 String second = line.substring(
97 pos + firstIntegerPlaces, 97 pos + firstIntegerPlaces,
98 Math.min(L, pos+firstIntegerPlaces+secondIntegerPlaces)); 98 Math.min(L, pos+firstIntegerPlaces+secondIntegerPlaces));
99 99
100 double x, y; 100 double x, y;
101 try { 101 try {
102 x = Double.parseDouble(first); 102 x = Double.parseDouble(first);

http://dive4elements.wald.intevation.org