comparison backend/src/main/java/org/dive4elements/river/importer/parsers/WstParser.java @ 7252:c894b7b45c4c

Replaced some tabs by spaces. Guys, please configure your editors not to insert tabs!
author Sascha L. Teichmann <teichmann@intevation.de>
date Sat, 05 Oct 2013 12:48:44 +0200
parents af70e3ab2e83
children 40e5ad76103c
comparison
equal deleted inserted replaced
7251:3823b8bd6bfd 7252:c894b7b45c4c
227 spezial = spezial.substring(COLUMN_QUELLE.length()).trim(); 227 spezial = spezial.substring(COLUMN_QUELLE.length()).trim();
228 if (spezial.length() == 0) { 228 if (spezial.length() == 0) {
229 continue; 229 continue;
230 } 230 }
231 quellen = StringUtil.splitQuoted(spezial, '"'); 231 quellen = StringUtil.splitQuoted(spezial, '"');
232 log.debug("sources: " + Arrays.toString(quellen)); 232 log.debug("sources: " + Arrays.toString(quellen));
233 } 233 }
234 else if (spezial.startsWith(COLUMN_DATUM)) { 234 else if (spezial.startsWith(COLUMN_DATUM)) {
235 spezial = spezial.substring(COLUMN_DATUM.length()).trim(); 235 spezial = spezial.substring(COLUMN_DATUM.length()).trim();
236 if (spezial.length() == 0) { 236 if (spezial.length() == 0) {
237 continue; 237 continue;

http://dive4elements.wald.intevation.org