Removed non up to date javadoc
This commit is contained in:
parent
f797247c5f
commit
b24b600118
|
@ -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() + "'");
|
||||
|
|
Loading…
Reference in New Issue