paulsp 2002/08/25 13:41:02
Modified: src/java/org/apache/jetspeed/om/registry/base
BaseSecurityAccess.java
Log:
o Housekeeping directed by checkStyle.
No functional changes
Revision Changes Path
1.4 +4 -3
jakarta-jetspeed/src/java/org/apache/jetspeed/om/registry/base/BaseSecurityAccess.java
Index: BaseSecurityAccess.java
===================================================================
RCS file:
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/om/registry/base/BaseSecurityAccess.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- BaseSecurityAccess.java 25 Aug 2002 19:09:41 -0000 1.3
+++ BaseSecurityAccess.java 25 Aug 2002 20:41:02 -0000 1.4
@@ -82,7 +82,8 @@
private Vector allAllows;
/** Creates new BaseSecurityAccess */
- public BaseSecurityAccess() {
+ public BaseSecurityAccess()
+ {
}
/** Getter for property action.
@@ -146,7 +147,7 @@
* or empty, then create and populate it with elements from the allows
* and ownerAllows vectors.
*
- * @returns vector containing all allows
+ * @return vector containing all allows
*/
public Vector getAllAllows()
{
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>