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:
Noble Paul 2015-01-16 15:11:40 +00:00
parent ab669e2d10
commit 9483635648
1 changed files with 1 additions and 1 deletions

View File

@ -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);