comparison artifacts/src/main/java/org/dive4elements/river/artifacts/WQKmsInterpolArtifact.java @ 7842:8d5ca5175038

Updated signature of artifacts setup method; Removed unnecessary setup overrides.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 30 Apr 2014 15:12:32 +0200
parents 972ec1f6cf58
children e4606eae8ea5
comparison
equal deleted inserted replaced
7841:8036688f24e1 7842:8d5ca5175038
90 public void setup( 90 public void setup(
91 String identifier, 91 String identifier,
92 ArtifactFactory factory, 92 ArtifactFactory factory,
93 Object context, 93 Object context,
94 CallMeta callMeta, 94 CallMeta callMeta,
95 Document data) 95 Document data,
96 List<Class> loadFacets)
96 { 97 {
97 logger.debug("WQKmsInterpolArtifact.setup"); 98 logger.debug("WQKmsInterpolArtifact.setup");
98 99
99 state = new StaticState(STATIC_STATE_NAME); 100 state = new StaticState(STATIC_STATE_NAME);
100 101
155 else { 156 else {
156 logger.warn("WQKmsInterpolArtifact: no code"); 157 logger.warn("WQKmsInterpolArtifact: no code");
157 } 158 }
158 159
159 spawnState(); 160 spawnState();
160 super.setup(identifier, factory, context, callMeta, data); 161 super.setup(identifier, factory, context, callMeta, data, loadFacets);
161 } 162 }
162 163
163 164
164 /** 165 /**
165 * Initialize the static state with output. 166 * Initialize the static state with output.

http://dive4elements.wald.intevation.org