comparison flys-backend/src/main/java/de/intevation/flys/importer/parsers/AnnotationsParser.java @ 5216:c0bdbe24c115

INFO instead of WARNING for duplicated annotations
author Tom Gottfried <tom@intevation.de>
date Mon, 11 Mar 2013 13:22:50 +0100
parents 0d27d02b1208
children
comparison
equal deleted inserted replaced
5215:c8e79cff622a 5216:c0bdbe24c115
154 154
155 ImportAnnotation annotation = new ImportAnnotation( 155 ImportAnnotation annotation = new ImportAnnotation(
156 attribute, position, range, edge, type); 156 attribute, position, range, edge, type);
157 157
158 if (!annotations.add(annotation)) { 158 if (!annotations.add(annotation)) {
159 log.warn("ANN: duplicated annotation '" + parts[0] + 159 log.info("ANN: duplicated annotation '" + parts[0] +
160 "' in line " + in.getLineNumber()); 160 "' in line " + in.getLineNumber());
161 } 161 }
162 } 162 }
163 } 163 }
164 finally { 164 finally {

http://dive4elements.wald.intevation.org