masonjm 2004/12/03 15:14:43
Modified: src/share/org/apache/slide/security ACLSecurityImpl.java
Log:
Add default constructor so that subclasses can override it
Revision Changes Path
1.13 +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.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ACLSecurityImpl.java 3 Dec 2004 18:28:46 -0000 1.12
+++ ACLSecurityImpl.java 3 Dec 2004 23:14:42 -0000 1.13
@@ -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]