Author: sebb
Date: Fri Jan 16 23:33:55 2015
New Revision: 1652549
URL: http://svn.apache.org/r1652549
Log:
Standard order
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java
Modified:
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java
URL:
http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java?rev=1652549&r1=1652548&r2=1652549&view=diff
==============================================================================
---
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java
(original)
+++
commons/proper/bcel/trunk/src/main/java/org/apache/bcel/classfile/ConstantUtf8.java
Fri Jan 16 23:33:55 2015
@@ -47,8 +47,8 @@ public final class ConstantUtf8 extends
private static int hits = 0;
private static int skipped = 0;
private static int created = 0;
- final static boolean BCEL_STATISTICS =
Boolean.getBoolean("bcel.statistics");
- final static boolean BCEL_DONT_CACHE =
Boolean.getBoolean("bcel.dontCache");
+ static final boolean BCEL_STATISTICS =
Boolean.getBoolean("bcel.statistics");
+ static final boolean BCEL_DONT_CACHE =
Boolean.getBoolean("bcel.dontCache");
static {
if (BCEL_STATISTICS) {