masonjm     2004/12/03 15:14:43

  Modified:    src/share/org/apache/slide/security Tag:
                        SLIDE_2_1_RELEASE_BRANCH ACLSecurityImpl.java
  Log:
  Add default constructor so that subclasses can override it
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.10.2.3  +12 -4     
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.2
  retrieving revision 1.10.2.3
  diff -u -r1.10.2.2 -r1.10.2.3
  --- ACLSecurityImpl.java      3 Dec 2004 18:28:28 -0000       1.10.2.2
  +++ ACLSecurityImpl.java      3 Dec 2004 23:14:43 -0000       1.10.2.3
  @@ -53,6 +53,14 @@
       private static final Vector EMPTY_VECTOR = new Vector();
       
       /**
  +     * Be sure to call init() before using an instance created with this
  +     * constructor.
  +     */
  +    public ACLSecurityImpl() {
  +        super();
  +    }
  +    
  +    /**
        * Constructor.
        *
        * @param namespace Namespace
  
  
  

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

Reply via email to