From 110e92e9df170964779d148eb9ac075ca4239a08 Mon Sep 17 00:00:00 2001 From: Devan Goodwin Date: Mon, 23 Nov 2009 15:34:09 -0400 Subject: Minor code cleanup. --- proxy/code/src/com/redhat/rhn/common/cert/CertificateFactory.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'proxy/code/src/com/redhat') 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 */ -- cgit