comparison artifacts/src/main/java/org/dive4elements/river/exports/sq/SQOverviewGenerator.java @ 8220:1d3d61c8f596

Stop stupid propagation of out subtype in generators. What is this? It is not used anyway.
author Sascha L. Teichmann <teichmann@intevation.de>
date Mon, 08 Sep 2014 13:33:39 +0200
parents e4606eae8ea5
children 724081af301c
comparison
equal deleted inserted replaced
8219:9667900536b6 8220:1d3d61c8f596
88 if(name != null) { 88 if(name != null) {
89 log.debug("name: " + name); 89 log.debug("name: " + name);
90 ChartGenerator2 g = 90 ChartGenerator2 g =
91 (ChartGenerator2)RiverContext.getOutGenerator( 91 (ChartGenerator2)RiverContext.getOutGenerator(
92 context, 92 context,
93 name, 93 name);
94 null);
95 /* Make sure master is also set in those */ 94 /* Make sure master is also set in those */
96 g.setMasterArtifact(master); 95 g.setMasterArtifact(master);
97 96
98 if (g == null) { 97 if (g == null) {
99 log.debug("generator is null."); 98 log.debug("generator is null.");

http://dive4elements.wald.intevation.org