Fixing documentation
This commit is contained in:
parent
4bfe35ec21
commit
0aa7135e90
|
@ -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();
|
||||
...
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue