summaryrefslogtreecommitdiffstats
path: root/proxy/code/src/com
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2009-11-23 15:34:09 -0400
committerDevan Goodwin <dgoodwin@redhat.com>2009-11-23 15:34:09 -0400
commit110e92e9df170964779d148eb9ac075ca4239a08 (patch)
treec77272dbaa7be6da5d9be2dc77b2149ccccff9d3 /proxy/code/src/com
parentdfa3590eb2649792fdd29000a325e74033c85203 (diff)
downloadcandlepin-110e92e9df170964779d148eb9ac075ca4239a08.tar.gz
candlepin-110e92e9df170964779d148eb9ac075ca4239a08.tar.xz
candlepin-110e92e9df170964779d148eb9ac075ca4239a08.zip
Minor code cleanup.
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
*/