comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.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 16c74ca3586e
children 94732906b094
comparison
equal deleted inserted replaced
1653:73794985a899 1654:33ade8153d74
434 /** 434 /**
435 * Returns the current state of the artifact. 435 * Returns the current state of the artifact.
436 * 436 *
437 * @return the current State of the artifact. 437 * @return the current State of the artifact.
438 */ 438 */
439 protected State getCurrentState(Object context) { 439 public State getCurrentState(Object context) {
440 return getState(context, getCurrentStateId()); 440 return getState(context, getCurrentStateId());
441 } 441 }
442 442
443 443
444 /** 444 /**

http://dive4elements.wald.intevation.org