mirror of https://github.com/apache/lucene.git
SOLR-5147 remove forbidden API
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1652426 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ab669e2d10
commit
9483635648
|
@ -96,7 +96,7 @@ public class TestHierarchicalDocBuilder extends AbstractDataImportHandlerTestCas
|
|||
final String grandChildType = "grand_child";
|
||||
|
||||
List<String> parentIds = createDataIterator("select * from PARENT", parentType, parentType, parentsNum);
|
||||
Collections.shuffle(parentIds);
|
||||
Collections.shuffle(parentIds, random());
|
||||
String parentId1 = parentIds.get(0);
|
||||
String parentId2 = parentIds.get(1);
|
||||
|
||||
|
|
Loading…
Reference in New Issue