From 7478d2974044d8845fe3fcbeed7e95817dd7d90c Mon Sep 17 00:00:00 2001 From: Fraser Tweedale Date: Thu, 31 Mar 2016 11:29:42 +1100 Subject: doc: fix an incorrect method description --- base/common/src/com/netscape/certsrv/ca/ICertificateAuthority.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- cgit