summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFraser Tweedale <ftweedal@redhat.com>2016-03-31 11:29:42 +1100
committerFraser Tweedale <ftweedal@redhat.com>2016-03-31 11:29:42 +1100
commit7478d2974044d8845fe3fcbeed7e95817dd7d90c (patch)
tree52ebabef42b3a60fa1a39e2800f194baed79e71f
parent061bec70264c2c7a601ffe80846ef1fa5497c15c (diff)
downloadpki-7478d2974044d8845fe3fcbeed7e95817dd7d90c.tar.gz
pki-7478d2974044d8845fe3fcbeed7e95817dd7d90c.tar.xz
pki-7478d2974044d8845fe3fcbeed7e95817dd7d90c.zip
doc: fix an incorrect method description
-rw-r--r--base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java b/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java
index 376654e98..16d4fc2df 100644
--- a/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java
+++ b/base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java
@@ -540,7 +540,7 @@ public interface ICertificateAuthority extends ISubsystem {
public AuthorityID getAuthorityParentID();
/**
- * Return CA description. May be null.
+ * Return whether CA is enabled.
*/
public boolean getAuthorityEnabled();