Author: ruchith
Date: Sat Mar  1 03:33:19 2008
New Revision: 14389

Log:

The list of actions should be final

Modified:
   
trunk/solutions/identity/modules/identity-provider/src/main/java/org/wso2/solutions/identity/persistence/dataobject/ActionDO.java

Modified: 
trunk/solutions/identity/modules/identity-provider/src/main/java/org/wso2/solutions/identity/persistence/dataobject/ActionDO.java
==============================================================================
--- 
trunk/solutions/identity/modules/identity-provider/src/main/java/org/wso2/solutions/identity/persistence/dataobject/ActionDO.java
   (original)
+++ 
trunk/solutions/identity/modules/identity-provider/src/main/java/org/wso2/solutions/identity/persistence/dataobject/ActionDO.java
   Sat Mar  1 03:33:19 2008
@@ -35,7 +35,7 @@
     public final static String ACTION_TOKEN_ISSUE_FAILURE = "Issue Token 
Failure";
     public final static String ACTION_USER_FAILURE = "User Failure";
     
-    public static String[] actions = { ACTION_USER_LOG_IN_UT,
+    public final static String[] actions = { ACTION_USER_LOG_IN_UT,
                         ACTION_USER_LOG_IN_CARD,
                         ACTION_USER_LOG_OUT,
                         ACTION_USER_INFOCARD_SUBMIT,

_______________________________________________
Identity-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/identity-dev

Reply via email to