Removed non up to date javadoc

This commit is contained in:
Luca Frosini 2022-02-28 15:59:58 +01:00
parent f797247c5f
commit b24b600118
1 changed files with 0 additions and 6 deletions

View File

@ -158,12 +158,6 @@ public class GCoreISConfigurationProxy {
return mapper.treeToValue(node, ServiceCatalogueConfiguration.class);
}
/**
* Retrieve endpoints information from IS for DataCatalogue URL
*
* @return list of endpoints for ckan data catalogue
* @throws Exception
*/
private List<ServiceEndpoint> getServiceEndpoints(String category, String name) {
SimpleQuery query = queryFor(ServiceEndpoint.class);
query.addCondition("$resource/Scopes/Scope/text() eq '" + SecretManagerProvider.instance.get().getContext() + "'");