summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/acls/IACLEntry.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/acls/IACLEntry.java')
-rw-r--r--base/common/src/com/netscape/certsrv/acls/IACLEntry.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/common/src/com/netscape/certsrv/acls/IACLEntry.java b/base/common/src/com/netscape/certsrv/acls/IACLEntry.java
index ff806f155..3b5a1c070 100644
--- a/base/common/src/com/netscape/certsrv/acls/IACLEntry.java
+++ b/base/common/src/com/netscape/certsrv/acls/IACLEntry.java
@@ -20,14 +20,14 @@ package com.netscape.certsrv.acls;
/**
* A class represents an entry of access control list.
* <P>
- *
+ *
* @version $Revision$, $Date$
*/
public interface IACLEntry {
/**
* Returns the ACL entry string of the entry.
- *
+ *
* @return the ACL entry string of the entry.
*/
public String getACLEntryString();