Fixed javadoc

This commit is contained in:
Luca Frosini 2022-03-07 11:29:03 +01:00
parent 41f41d8179
commit a5eda58293
2 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,7 @@ public class QueryTemplateManagement extends EntityElementManagement<QueryTempla
/**
* Run the query after having replaced query parameter with the provided values
* @return
* @return the result as JSON string
* @throws Exception
*/
public String run() throws ResourceRegistryException {

View File

@ -291,7 +291,7 @@ public class Access extends BaseRest {
* }
*
* @param jsonQuery
* @return
* @return the result as JSON String
* @throws InvalidQueryException
* @throws ResourceRegistryException
*/