diff options
| author | Devan Goodwin <dgoodwin@redhat.com> | 2009-11-23 15:34:09 -0400 |
|---|---|---|
| committer | Devan Goodwin <dgoodwin@redhat.com> | 2009-11-23 15:34:09 -0400 |
| commit | 110e92e9df170964779d148eb9ac075ca4239a08 (patch) | |
| tree | c77272dbaa7be6da5d9be2dc77b2149ccccff9d3 /proxy/code/src/com | |
| parent | dfa3590eb2649792fdd29000a325e74033c85203 (diff) | |
| download | candlepin-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.java | 3 |
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 */ |
