You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by rm...@apache.org on 2013/01/31 05:22:41 UTC

svn commit: r1440843 - /lucene/dev/branches/lucene4547/lucene/core/src/java/org/apache/lucene/util/packed/PackedInts.java

Author: rmuir
Date: Thu Jan 31 04:22:41 2013
New Revision: 1440843

URL: http://svn.apache.org/viewvc?rev=1440843&view=rev
Log:
clear nocommit

Modified:
    lucene/dev/branches/lucene4547/lucene/core/src/java/org/apache/lucene/util/packed/PackedInts.java

Modified: lucene/dev/branches/lucene4547/lucene/core/src/java/org/apache/lucene/util/packed/PackedInts.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/lucene4547/lucene/core/src/java/org/apache/lucene/util/packed/PackedInts.java?rev=1440843&r1=1440842&r2=1440843&view=diff
==============================================================================
--- lucene/dev/branches/lucene4547/lucene/core/src/java/org/apache/lucene/util/packed/PackedInts.java (original)
+++ lucene/dev/branches/lucene4547/lucene/core/src/java/org/apache/lucene/util/packed/PackedInts.java Thu Jan 31 04:22:41 2013
@@ -1223,13 +1223,7 @@ public class PackedInts {
       this.valueCount = valueCount;
       this.bitsPerValue = bitsPerValue;
       this.version = version;
-    }
-    
-    // nocommit 
-    public int getValueCount() {
-      return valueCount;
-    }
-    
+    }    
   }
 
 }
\ No newline at end of file