You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2003/06/02 11:24:34 UTC

cvs commit: cocoon-lenya/src/java/org/apache/lenya/cms/ac Role.java

egli        2003/06/02 02:24:34

  Modified:    src/java/org/apache/lenya/cms/ac Role.java
  Log:
  Make the name instance var protected again so that it is visible
  in the derived class.
  
  Revision  Changes    Path
  1.7       +1 -1      cocoon-lenya/src/java/org/apache/lenya/cms/ac/Role.java
  
  Index: Role.java
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/java/org/apache/lenya/cms/ac/Role.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- Role.java	30 May 2003 15:25:53 -0000	1.6
  +++ Role.java	2 Jun 2003 09:24:34 -0000	1.7
  @@ -22,7 +22,7 @@
           this.name = name;
       }
       
  -    private String name;
  +    protected String name;
       
   	private Set groups = new HashSet();
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org