comparison artifacts/src/main/java/org/dive4elements/river/utils/RiverUtils.java @ 6529:da0249ddcba7

RiverUtils: Made two debug output lines unique.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Tue, 02 Jul 2013 09:57:55 +0200
parents 735df49affd1
children ddb0ed040209
comparison
equal deleted inserted replaced
6528:735df49affd1 6529:da0249ddcba7
338 // XXX this is not nice! 338 // XXX this is not nice!
339 if (flys instanceof WINFOArtifact) { 339 if (flys instanceof WINFOArtifact) {
340 return ((WINFOArtifact) flys).getQs(); 340 return ((WINFOArtifact) flys).getQs();
341 } 341 }
342 342
343 logger.warn("This method currently supports WINFOArtifact only!"); 343 logger.warn("This method (getQs) currently supports WINFOArtifact only!");
344 344
345 return null; 345 return null;
346 } 346 }
347 347
348 348
358 // XXX this is not nice! 358 // XXX this is not nice!
359 if (flys instanceof WINFOArtifact) { 359 if (flys instanceof WINFOArtifact) {
360 return ((WINFOArtifact) flys).getWs(); 360 return ((WINFOArtifact) flys).getWs();
361 } 361 }
362 362
363 logger.warn("This method currently supports WINFOArtifact only!"); 363 logger.warn("This method (getWs) currently supports WINFOArtifact only!");
364 364
365 return null; 365 return null;
366 } 366 }
367 367
368 368

http://dive4elements.wald.intevation.org