Fixed javadoc
This commit is contained in:
parent
41f41d8179
commit
a5eda58293
|
@ -283,7 +283,7 @@ public class QueryTemplateManagement extends EntityElementManagement<QueryTempla
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Run the query after having replaced query parameter with the provided values
|
* Run the query after having replaced query parameter with the provided values
|
||||||
* @return
|
* @return the result as JSON string
|
||||||
* @throws Exception
|
* @throws Exception
|
||||||
*/
|
*/
|
||||||
public String run() throws ResourceRegistryException {
|
public String run() throws ResourceRegistryException {
|
||||||
|
|
|
@ -291,7 +291,7 @@ public class Access extends BaseRest {
|
||||||
* }
|
* }
|
||||||
*
|
*
|
||||||
* @param jsonQuery
|
* @param jsonQuery
|
||||||
* @return
|
* @return the result as JSON String
|
||||||
* @throws InvalidQueryException
|
* @throws InvalidQueryException
|
||||||
* @throws ResourceRegistryException
|
* @throws ResourceRegistryException
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue