removed empty javadoc

This commit is contained in:
Luca Frosini 2019-12-05 17:03:59 +01:00
parent 9b3b2e2a95
commit 63700398d4
2 changed files with 0 additions and 17 deletions

View File

@ -873,15 +873,6 @@ public abstract class ERManagement<El extends OElement> {
return map; return map;
} }
/**
* @param oClass
* @param element
* @param jsonNode
* @param ignoreKeys
* @param ignoreStartWithKeys
* @return
* @throws ResourceRegistryException
*/
public static OElement updateProperties(OClass oClass, OElement element, JsonNode jsonNode, Set<String> ignoreKeys, public static OElement updateProperties(OClass oClass, OElement element, JsonNode jsonNode, Set<String> ignoreKeys,
Set<String> ignoreStartWithKeys) throws ResourceRegistryException { Set<String> ignoreStartWithKeys) throws ResourceRegistryException {

View File

@ -7,14 +7,6 @@ import org.gcube.informationsystem.resourceregistry.api.exceptions.query.Invalid
*/ */
public interface Query { public interface Query {
/**
* @param query
* @param limit
* @param fetchPlan
* @return
* @throws InvalidQueryException
* http://orientdb.com/docs/last/OrientDB-REST.html#query
*/
public String query(String query, Integer limit, String fetchPlan, boolean raw) throws InvalidQueryException; public String query(String query, Integer limit, String fetchPlan, boolean raw) throws InvalidQueryException;
public String gremlinQuery(String query) throws InvalidQueryException; public String gremlinQuery(String query) throws InvalidQueryException;