diff options
| author | Dmitri Dolguikh <ddolguik@redhat.com> | 2009-12-04 15:36:33 -0400 |
|---|---|---|
| committer | Dmitri Dolguikh <ddolguik@redhat.com> | 2009-12-04 15:36:33 -0400 |
| commit | 2c7f8d729a24e0a9532e0bacdf96b0010d6ff2c4 (patch) | |
| tree | 1dad040951649b1fe4a2c74a666ed498f243ae7c /proxy/code/src/com | |
| parent | a549b6789e1f719d20f85cc22e73351ff7f1031b (diff) | |
| download | candlepin-2c7f8d729a24e0a9532e0bacdf96b0010d6ff2c4.tar.gz candlepin-2c7f8d729a24e0a9532e0bacdf96b0010d6ff2c4.tar.xz candlepin-2c7f8d729a24e0a9532e0bacdf96b0010d6ff2c4.zip | |
merge with dgoodwin's changes
Diffstat (limited to 'proxy/code/src/com')
3 files changed, 1 insertions, 4 deletions
diff --git a/proxy/code/src/com/redhat/rhn/common/cert/Certificate.java b/proxy/code/src/com/redhat/rhn/common/cert/Certificate.java index 5c94214..e5adb5f 100644 --- a/proxy/code/src/com/redhat/rhn/common/cert/Certificate.java +++ b/proxy/code/src/com/redhat/rhn/common/cert/Certificate.java @@ -14,8 +14,6 @@ */ package com.redhat.rhn.common.cert; -import com.redhat.rhn.common.cert.XmlTag; - import java.security.SignatureException; import java.text.ParseException; import java.text.SimpleDateFormat; diff --git a/proxy/code/src/com/redhat/rhn/common/cert/ChannelFamilyDescriptor.java b/proxy/code/src/com/redhat/rhn/common/cert/ChannelFamilyDescriptor.java index f9024ea..20facd3 100644 --- a/proxy/code/src/com/redhat/rhn/common/cert/ChannelFamilyDescriptor.java +++ b/proxy/code/src/com/redhat/rhn/common/cert/ChannelFamilyDescriptor.java @@ -14,7 +14,6 @@ */ package com.redhat.rhn.common.cert; -import com.redhat.rhn.common.cert.XmlTag; /** * The entitlements for a channel family, consisting of the family name and a diff --git a/proxy/code/src/com/redhat/rhn/common/cert/SimpleExtractor.java b/proxy/code/src/com/redhat/rhn/common/cert/SimpleExtractor.java index e6240f6..3651ae9 100644 --- a/proxy/code/src/com/redhat/rhn/common/cert/SimpleExtractor.java +++ b/proxy/code/src/com/redhat/rhn/common/cert/SimpleExtractor.java @@ -19,7 +19,7 @@ import java.lang.reflect.InvocationTargetException; import org.apache.commons.beanutils.BeanUtils; import org.apache.commons.beanutils.PropertyUtils; import org.jdom.Element; -import org.jdom.JDOMException; +import org.jdom.JDOMException; /** * SimpleExtractor. |
