You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ra...@apache.org on 2005/10/19 06:23:22 UTC

svn commit: r326377 - /jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/faces/ShaleDialogELEvaluator.java

Author: rahul
Date: Tue Oct 18 21:23:18 2005
New Revision: 326377

URL: http://svn.apache.org/viewcvs?rev=326377&view=rev
Log:
We don't expect Commons SCXML to "see" Shale, eliminate Javadoc warnings.


Modified:
    jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/faces/ShaleDialogELEvaluator.java

Modified: jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/faces/ShaleDialogELEvaluator.java
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/faces/ShaleDialogELEvaluator.java?rev=326377&r1=326376&r2=326377&view=diff
==============================================================================
--- jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/faces/ShaleDialogELEvaluator.java (original)
+++ jakarta/commons/sandbox/scxml/trunk/src/main/java/org/apache/commons/scxml/env/faces/ShaleDialogELEvaluator.java Tue Oct 18 21:23:18 2005
@@ -61,13 +61,13 @@
     /**
      * Shale ActionState method parameters.
      *
-     * @see org.apache.shale.dialog.faces.DialogNavigationHandler.PARAMETERS
+     * see: org.apache.shale.dialog.faces.DialogNavigationHandler.PARAMETERS
      */
     private static final Object[] PARAMETERS = new Object[0];
     /**
      * Shale ActionState method signature.
      *
-     * @see org.apache.shale.dialog.faces.DialogNavigationHandler.SIGNATURE
+     * see: org.apache.shale.dialog.faces.DialogNavigationHandler.SIGNATURE
      */
     private static final Class[] SIGNATURE = new Class[0];
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org