diff options
author | Denis Lila <[email protected]> | 2011-03-09 13:51:48 -0500 |
---|---|---|
committer | Denis Lila <[email protected]> | 2011-03-09 13:51:48 -0500 |
commit | 6ff243cfc167e12284139913ddae9d274da34744 (patch) | |
tree | a46bcd71c7f71d140f21fc2ea00e60ca2d0961c5 /netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java | |
parent | 6f229980c3dc475c67ca742a94950a9cbbcbd71f (diff) |
netx findbugs based refactoring.
Diffstat (limited to 'netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java')
-rw-r--r-- | netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java b/netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java index 2e3564b..b60011c 100644 --- a/netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java +++ b/netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java @@ -53,8 +53,6 @@ import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.SwingConstants; -import net.sourceforge.jnlp.JNLPFile; - public class NotAllSignedWarningPane extends SecurityDialogPanel { public NotAllSignedWarningPane(SecurityDialog x) { @@ -66,7 +64,6 @@ public class NotAllSignedWarningPane extends SecurityDialogPanel { * Creates the actual GUI components, and adds it to this panel */ private void addComponents() { - JNLPFile file = parent.getFile(); String topLabelText = R("SNotAllSignedSummary"); String infoLabelText = R("SNotAllSignedDetail"); |