diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/DefaultState.java @ 1050:eccf966fb677

State engine: Removed CallContext from state validation. flys-artifacts/trunk@2512 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Fri, 19 Aug 2011 14:10:18 +0000
parents 3f3988bb6284
children 8da5f5a9ed3c
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/DefaultState.java	Fri Aug 19 11:46:40 2011 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/states/DefaultState.java	Fri Aug 19 14:10:18 2011 +0000
@@ -249,11 +249,10 @@
      * was correct, otherwise an exception is thrown.
      *
      * @param artifact A reference to the owner artifact.
-     * @param context The CallContext object.
      *
      * @return true, if everything was fine.
      */
-    public boolean validate(Artifact artifact, CallContext context)
+    public boolean validate(Artifact artifact)
     throws IllegalArgumentException
     {
         return true;

http://dive4elements.wald.intevation.org