Refs #10247: Create Resource Registry Context Client
Task-Url: https://support.d4science.org/issues/10247 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry-context-client@158780 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
cb0e08dbbb
commit
a2a6e22c84
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.client;
|
||||
package org.gcube.informationsystem.resourceregistry.context;
|
||||
|
||||
import java.util.UUID;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.client;
|
||||
package org.gcube.informationsystem.resourceregistry.context;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
|
@ -1,4 +1,4 @@
|
|||
package org.gcube.informationsystem.resourceregistry.client;
|
||||
package org.gcube.informationsystem.resourceregistry.context;
|
||||
|
||||
import java.io.StringWriter;
|
||||
import java.net.MalformedURLException;
|
Loading…
Reference in New Issue