cziegeler    2004/01/28 06:19:57

  Modified:    
src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication
                        AuthenticationManager.java
  Log:
  Cleanup
  
  Revision  Changes    Path
  1.6       +2 -2      
cocoon-2.1/src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication/AuthenticationManager.java
  
  Index: AuthenticationManager.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/authentication-fw/java/org/apache/cocoon/webapps/authentication/AuthenticationManager.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- AuthenticationManager.java        27 May 2003 12:19:30 -0000      1.5
  +++ AuthenticationManager.java        28 Jan 2004 14:19:57 -0000      1.6
  @@ -73,7 +73,7 @@
   public interface AuthenticationManager {
   
       /** The Avalon Role */
  -    public static final String ROLE = AuthenticationManager.class.getName();
  +    String ROLE = AuthenticationManager.class.getName();
   
       /**
        * Is the current user authenticated for the given handler?
  
  
  

Reply via email to