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 11:27:46 UTC

svn commit: r1695665 - /commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ConstantUtf8.java

Author: sebb
Date: Thu Aug 13 09:27:46 2015
New Revision: 1695665

URL: http://svn.apache.org/r1695665
Log:
TODO

Modified:
    commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ConstantUtf8.java

Modified: commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ConstantUtf8.java
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ConstantUtf8.java?rev=1695665&r1=1695664&r2=1695665&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ConstantUtf8.java (original)
+++ commons/proper/bcel/trunk/src/main/java/org/apache/commons/bcel6/classfile/ConstantUtf8.java Thu Aug 13 09:27:46 2015
@@ -39,6 +39,7 @@ public final class ConstantUtf8 extends
     private static final long serialVersionUID = -8709101585611518985L;
     private final String bytes;
 
+    // TODO these should perhaps be AtomicInt?
     private static volatile int considered = 0;
     private static volatile int hits = 0;
     private static volatile int skipped = 0;