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:
Luca Frosini 2018-06-11 14:30:44 +00:00
parent fdf399fe21
commit f65bbfbf1d
1 changed files with 0 additions and 1 deletions

View File

@ -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();