comparison artifacts/src/main/java/org/dive4elements/river/exports/ReportGenerator.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 e4606eae8ea5
children 0a5239a1e46e
comparison
equal deleted inserted replaced
8855:d7c005e12af0 8856:5e38e2924c07
45 public void setup(Object config) { 45 public void setup(Object config) {
46 log.debug("ReportGenerator.setup"); 46 log.debug("ReportGenerator.setup");
47 } 47 }
48 48
49 @Override 49 @Override
50 public void init(String outName, Document request, OutputStream out, CallContext context) { 50 public void init(
51 String outName,
52 Document request,
53 OutputStream out,
54 CallContext context
55 ) {
51 log.debug("init"); 56 log.debug("init");
52 this.outName = outName; 57 this.outName = outName;
53 this.out = out; 58 this.out = out;
54 this.context = context; 59 this.context = context;
55 result = null; 60 result = null;
100 return new EmptySettings(); 105 return new EmptySettings();
101 } 106 }
102 107
103 108
104 /** 109 /**
105 * This method is not implemented. Override it in subclasses if those need a 110 * Not implemented. Override it in subclasses if those need a
106 * <i>Settings</i> object. 111 * <i>Settings</i> object.
107 */ 112 */
108 public void setSettings(Settings settings) { 113 public void setSettings(Settings settings) {
109 // do nothing 114 // do nothing
110 } 115 }

http://dive4elements.wald.intevation.org