Commit 0095707d authored by manohar's avatar manohar

Rights char * added for comparision


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@93082 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 64f008f0
...@@ -611,6 +611,7 @@ public class UserRightsPrc extends ProcessEJB implements UserRightsPrcLocal , U ...@@ -611,6 +611,7 @@ public class UserRightsPrc extends ProcessEJB implements UserRightsPrcLocal , U
relArray.add("V"); relArray.add("V");
relArray.add("#"); relArray.add("#");
relArray.add("$"); relArray.add("$");
relArray.add("*");
System.out.println("relArray and rights value 2 ["+relArray + "]"); System.out.println("relArray and rights value 2 ["+relArray + "]");
rs.close(); rs.close();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment