You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2015/08/13 02:47:41 UTC

svn commit: r1695637 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/VerifierAppFrame.java

Author: sebb
Date: Thu Aug 13 00:47:40 2015
New Revision: 1695637

URL: http://svn.apache.org/r1695637
Log:
Constant should be static (Findbugs)

Modified:
    commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/VerifierAppFrame.java

Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/VerifierAppFrame.java
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/VerifierAppFrame.java?rev=1695637&r1=1695636&r2=1695637&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/VerifierAppFrame.java (original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/verifier/VerifierAppFrame.java Thu Aug 13 00:47:40 2015
@@ -70,7 +70,7 @@ public class VerifierAppFrame extends JF
     GridLayout gridLayout4 = new GridLayout();
     JScrollPane jScrollPane4 = new JScrollPane();
     CardLayout cardLayout1 = new CardLayout();
-    private final String JUSTICE_VERSION = "JustIce by Enver Haase";
+    private static final String JUSTICE_VERSION = "JustIce by Enver Haase";
     private String current_class;
     GridLayout gridLayout3 = new GridLayout();
     JTextPane pass1TextPane = new JTextPane();