comparison flys-backend/src/main/java/de/intevation/flys/importer/AnnotationsParser.java @ 771:6dc847194625

Removed trailing whitespace. flys-backend/trunk@2241 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sun, 26 Jun 2011 17:13:53 +0000
parents aa9e3da95c31
children
comparison
equal deleted inserted replaced
770:33a79496ba9e 771:6dc847194625
145 145
146 ImportAnnotation annotation = new ImportAnnotation( 146 ImportAnnotation annotation = new ImportAnnotation(
147 attribute, position, range, edge, type); 147 attribute, position, range, edge, type);
148 148
149 if (!annotations.add(annotation)) { 149 if (!annotations.add(annotation)) {
150 log.warn("duplicated annotation '" + parts[0] + 150 log.warn("duplicated annotation '" + parts[0] +
151 "' in line " + in.getLineNumber()); 151 "' in line " + in.getLineNumber());
152 } 152 }
153 } 153 }
154 } 154 }
155 finally { 155 finally {

http://dive4elements.wald.intevation.org