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

Shane Bryzak Shane_Bryzak at symantec.com
Mon Oct 30 21:55:38 EST 2006


  User: sbryzak2
  Date: 06/10/30 21:55:38

  Modified:    src/main/org/jboss/seam/annotations  AclProvider.java
  Log:
  default mask for AclProvider
  
  Revision  Changes    Path
  1.4       +1 -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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- AclProvider.java	31 Oct 2006 00:44:35 -0000	1.3
  +++ AclProvider.java	31 Oct 2006 02:55:38 -0000	1.4
  @@ -17,5 +17,5 @@
   {
     String action();
     String provider();
  -  int mask();
  +  int mask() default 0;
   }
  
  
  



More information about the jboss-cvs-commits mailing list