Merged searchbcr (5.2.1) to 5.2.N (5.2.1)

135953 msuzuki: SEARCH-374, added new response to display group faceting in buckets


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@136097 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Gethin James
2017-03-24 13:17:55 +00:00
parent 962082d4c4
commit 86a0ed3479
5 changed files with 138 additions and 24 deletions

View File

@@ -94,7 +94,7 @@ public class SerializerTestHelper implements RequestReader
}
}
private SearchQuery extractFromJson(String json) throws IOException
public SearchQuery extractFromJson(String json) throws IOException
{
Content content = mock(Content.class);
when(content.getReader()).thenReturn(new StringReader(json));