summaryrefslogtreecommitdiffstats
path: root/proxy/code/src/com
diff options
context:
space:
mode:
Diffstat (limited to 'proxy/code/src/com')
-rw-r--r--proxy/code/src/com/redhat/rhn/common/cert/CertificateFactory.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/proxy/code/src/com/redhat/rhn/common/cert/CertificateFactory.java b/proxy/code/src/com/redhat/rhn/common/cert/CertificateFactory.java
index b5b1229..be6dcff 100644
--- a/proxy/code/src/com/redhat/rhn/common/cert/CertificateFactory.java
+++ b/proxy/code/src/com/redhat/rhn/common/cert/CertificateFactory.java
@@ -27,8 +27,7 @@ import org.jdom.JDOMException;
import org.jdom.input.SAXBuilder;
/**
- * A class for parsing certificates from their XML form. The XML
- * format is identical to the one used by the perl code.
+ * A class for parsing certificates from their XML form.
*
* Borrowed from project Spacewalk: http://spacewalk.redhat.com
*/