From b1876862e81d82cc4683ee9c40aea0b2e26c9fde Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 20 Jul 2022 15:08:03 +0200 Subject: [PATCH] Fixed javadoc --- .../informationsystem/resourceregistry/rest/Access.java | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/main/java/org/gcube/informationsystem/resourceregistry/rest/Access.java b/src/main/java/org/gcube/informationsystem/resourceregistry/rest/Access.java index d17e9e1..c81be97 100644 --- a/src/main/java/org/gcube/informationsystem/resourceregistry/rest/Access.java +++ b/src/main/java/org/gcube/informationsystem/resourceregistry/rest/Access.java @@ -229,15 +229,9 @@ public class Access extends BaseRest { * https://orientdb.com/docs/last/SQL-Syntax.html
*
* - * e.g. GET /access/query?q=SELECT FROM V&limit=20&fetchPlan=*:-1 + * e.g. GET /access/query?q=SELECT FROM V * * @param query Defines the query to send to the backend. - * @param limit Defines the number of results you want returned (default 20, use -1 to unbounded results) - * @param fetchPlan - * Defines the fetching strategy you want to use. See - * - * https://orientdb.com/docs/last/Fetching-Strategies.html - * * @param raw request a raw response (not a Element based response) * @return The JSON representation of the result * @throws InvalidQueryException if the query is invalid or not idempotent