comparison artifacts/src/main/java/org/dive4elements/river/exports/OutputHelper.java @ 8223:0bec47e5a951

Made it compile with changed ContextInjector interface again.
author Sascha L. Teichmann <teichmann@intevation.de>
date Mon, 08 Sep 2014 16:06:34 +0200
parents a0994a326e2a
children 724081af301c
comparison
equal deleted inserted replaced
8221:a0994a326e2a 8223:0bec47e5a951
130 if (theme.getVisible() == 0) { 130 if (theme.getVisible() == 0) {
131 continue; 131 continue;
132 } 132 }
133 133
134 if (ci != null) { 134 if (ci != null) {
135 ci.injectContext(context, dataProviders.get(i).getArtifact()); 135 ci.injectContext(context, dataProviders.get(i).getArtifact(), null);
136 } 136 }
137 137
138 if (outName.equals("sq_overview")) { 138 if (outName.equals("sq_overview")) {
139 generator.doOut( 139 generator.doOut(
140 dataProviders.get(i), 140 dataProviders.get(i),

http://dive4elements.wald.intevation.org