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/SecurityDialogPanel.java | |
parent | 6f229980c3dc475c67ca742a94950a9cbbcbd71f (diff) |
netx findbugs based refactoring.
Diffstat (limited to 'netx/net/sourceforge/jnlp/security/SecurityDialogPanel.java')
-rw-r--r-- | netx/net/sourceforge/jnlp/security/SecurityDialogPanel.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netx/net/sourceforge/jnlp/security/SecurityDialogPanel.java b/netx/net/sourceforge/jnlp/security/SecurityDialogPanel.java index e6007f4..c8354fb 100644 --- a/netx/net/sourceforge/jnlp/security/SecurityDialogPanel.java +++ b/netx/net/sourceforge/jnlp/security/SecurityDialogPanel.java @@ -100,7 +100,7 @@ public abstract class SecurityDialogPanel extends JPanel { * Creates a handler that sets a dialog's value and then disposes it when activated * */ - private class SetValueHandler implements ActionListener { + private static class SetValueHandler implements ActionListener { Integer buttonIndex; SecurityDialog dialog; |