diff 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
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java	Tue Sep 27 14:37:18 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/FLYSArtifact.java	Tue Sep 27 15:19:59 2011 +0000
@@ -436,7 +436,7 @@
      *
      * @return the current State of the artifact.
      */
-    protected State getCurrentState(Object context) {
+    public State getCurrentState(Object context) {
         return getState(context, getCurrentStateId());
     }
 

http://dive4elements.wald.intevation.org