comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/MainValuesArtifact.java @ 1654:33ade8153d74

Little modifications for making recommendations - will now work for states with background calculation. flys-artifacts/trunk@2846 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 27 Sep 2011 15:19:59 +0000
parents 5b38cdf65307
children 5d8b3880a553
comparison
equal deleted inserted replaced
1653:73794985a899 1654:33ade8153d74
128 * Get the "current" state. 128 * Get the "current" state.
129 * @param cc ignored. 129 * @param cc ignored.
130 * @return the "current" state. 130 * @return the "current" state.
131 */ 131 */
132 @Override 132 @Override
133 protected State getCurrentState(Object cc) { 133 public State getCurrentState(Object cc) {
134 return getState(); 134 return getState();
135 } 135 }
136 136
137 137
138 /** 138 /**

http://dive4elements.wald.intevation.org