comparison artifacts/src/main/java/org/dive4elements/river/exports/ATExporter.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 47199406994a
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
57 public void setup(Object config) { 57 public void setup(Object config) {
58 log.debug("ATExporter.setup"); 58 log.debug("ATExporter.setup");
59 } 59 }
60 60
61 @Override 61 @Override
62 public void init(String outName, Document request, OutputStream out, CallContext context) { 62 public void init(
63 String outName,
64 Document request,
65 OutputStream out,
66 CallContext context
67 ) {
63 this.outName = outName; 68 this.outName = outName;
64 this.context = context; 69 this.context = context;
65 this.out = out; 70 this.out = out;
66 } 71 }
67 72

http://dive4elements.wald.intevation.org