Fixing documentation

This commit is contained in:
Luca Frosini 2022-09-13 17:59:58 +02:00
parent 4bfe35ec21
commit 0aa7135e90
1 changed files with 3 additions and 3 deletions

View File

@ -67,7 +67,7 @@ The service exposes `its methods <../api-docs/index.html>`_ using a standard nam
import org.gcube.gcat.client.Item;
// count item number
Item item = new Item();
int count = item.count();
Item item = new Item();
int count = item.count();
...