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 2012/04/22 22:21:57 UTC

svn commit: r1328967 - /lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/DocMaker.java

Author: rmuir
Date: Sun Apr 22 20:21:56 2012
New Revision: 1328967

URL: http://svn.apache.org/viewvc?rev=1328967&view=rev
Log:
DocMaker protected methods return this pkg-private class...

Modified:
    lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/DocMaker.java

Modified: lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/DocMaker.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/DocMaker.java?rev=1328967&r1=1328966&r2=1328967&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/DocMaker.java (original)
+++ lucene/dev/trunk/lucene/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/DocMaker.java Sun Apr 22 20:21:56 2012
@@ -90,7 +90,7 @@ public class DocMaker implements Closeab
   private Random r;
   private int updateDocIDLimit;
 
-  static class DocState {
+  protected static class DocState {
     
     private final Map<String,Field> fields;
     private final Map<String,Field> numericFields;