masonjm     2004/12/03 10:28:28

  Modified:    src/share/org/apache/slide/security Tag:
                        SLIDE_2_1_RELEASE_BRANCH ACLSecurityImpl.java
  Log:
  Allow ACLSecurityImpl to be extended
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.10.2.2  +5 -5      
jakarta-slide/src/share/org/apache/slide/security/ACLSecurityImpl.java
  
  Index: ACLSecurityImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-slide/src/share/org/apache/slide/security/ACLSecurityImpl.java,v
  retrieving revision 1.10.2.1
  retrieving revision 1.10.2.2
  diff -u -r1.10.2.1 -r1.10.2.2
  --- ACLSecurityImpl.java      20 Nov 2004 20:30:05 -0000      1.10.2.1
  +++ ACLSecurityImpl.java      3 Dec 2004 18:28:28 -0000       1.10.2.2
  @@ -47,7 +47,7 @@
    *
    * @version $Revision$
    */
  -public final class ACLSecurityImpl extends SecurityImpl {
  +public class ACLSecurityImpl extends SecurityImpl {
       
       private static final String LOG_CHANNEL = 
ACLSecurityImpl.class.getName();
       private static final Vector EMPTY_VECTOR = new Vector();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to