comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/tkhstate/TsvHelper.java @ 9634:694062b1875a

zu Pos 21: WMS-Konfiguration
author dnt_bjoernsen <d.tironi@bjoernsen.de>
date Thu, 31 Oct 2019 12:09:31 +0100
parents ba0561906f81
children
comparison
equal deleted inserted replaced
9633:b0520a85739d 9634:694062b1875a
50 continue; 50 continue;
51 } 51 }
52 52
53 if (line.length > maxLength) { 53 if (line.length > maxLength) {
54 reader.close(); 54 reader.close();
55 throw new TsvReaderException("Invalid number of Tokens; should not be more than" + maxLength + "!"); 55 throw new TsvReaderException("Invalid number of Tokens; should not be more than " + maxLength + "!");
56 } 56 }
57 result.add(line); 57 result.add(line);
58 } 58 }
59 } 59 }
60 return result; 60 return result;

http://dive4elements.wald.intevation.org