Removed wrong comment

This commit is contained in:
Luca Frosini 2023-04-28 14:53:17 +02:00
parent 34a2dd7959
commit 047e0d448d
1 changed files with 0 additions and 1 deletions

View File

@ -841,7 +841,6 @@ public class ResourceRegistryClientImpl implements ResourceRegistryClient {
@Override
public QueryTemplate readQueryTemplate(QueryTemplate queryTemplate)
throws QueryTemplateNotFoundException, ResourceRegistryException {
// TODO Auto-generated method stub
return readQueryTemplate(queryTemplate.getName());
}