This commit is contained in:
Lucio Lelii 2018-05-21 15:33:13 +00:00
parent 13dec8263c
commit 4abf8a5508
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class TestCall {
public void getById() throws Exception{
final ItemManagerClient client = AbstractPlugin.item().build();
List<? extends Item> items = client.getChildren("07cd8d55-a35b-4445-9680-c98f158c55de",10, 5, "hl:accounting", "jcr:content");
System.out.println("items are "+items.size());
System.in.read();