[jboss-cvs] jboss-seam/src/main/org/jboss/seam/annotations ...

Shane Bryzak Shane_Bryzak at symantec.com
Mon Oct 30 19:44:35 EST 2006


  User: sbryzak2
  Date: 06/10/30 19:44:35

  Modified:    src/main/org/jboss/seam/annotations  AclProvider.java
  Log:
  one AclProvider per action
  
  Revision  Changes    Path
  1.3       +2 -1      jboss-seam/src/main/org/jboss/seam/annotations/AclProvider.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: AclProvider.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/AclProvider.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- AclProvider.java	19 Oct 2006 04:09:33 -0000	1.2
  +++ AclProvider.java	31 Oct 2006 00:44:35 -0000	1.3
  @@ -15,6 +15,7 @@
   @Retention(RUNTIME)
   public @interface AclProvider
   {
  -  String actions();
  +  String action();
     String provider();
  +  int mask();
   }
  
  
  



More information about the jboss-cvs-commits mailing list