comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/map/WSPLGENJob.java @ 8856:5e38e2924c07 3.2.x

Fix code style.
author Tom Gottfried <tom@intevation.de>
date Thu, 18 Jan 2018 20:12:01 +0100
parents 1d46e388fe2b
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
478 writer.println("-PRO=\"" + getPro() + "\""); 478 writer.println("-PRO=\"" + getPro() + "\"");
479 return; 479 return;
480 } 480 }
481 481
482 log.error("Required cross section tracks missing!"); 482 log.error("Required cross section tracks missing!");
483 throw new IllegalArgumentException("Required cross section tracks missing!"); 483 throw new IllegalArgumentException(
484 "Required cross section tracks missing!");
484 } 485 }
485 486
486 protected void writeDgm(PrintWriter writer) 487 protected void writeDgm(PrintWriter writer)
487 throws IllegalArgumentException 488 throws IllegalArgumentException
488 { 489 {

http://dive4elements.wald.intevation.org