Refs #11904: Use new REST interface in Resource Registry Schema Client
Task-Url: https://support.d4science.org/issues/11904 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-schema-client@169018 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
fdf399fe21
commit
f65bbfbf1d
|
@ -103,7 +103,6 @@ public class ResourceRegistrySchemaClientImpl implements ResourceRegistrySchemaC
|
|||
|
||||
@Override
|
||||
public String read(String type, Boolean polymorphic) throws ContextNotFoundException, ResourceRegistryException {
|
||||
|
||||
try {
|
||||
logger.info("Going to get {} schema", type);
|
||||
StringWriter stringWriter = new StringWriter();
|
||||
|
|
Loading…
Reference in New Issue