From 84110b9839755624667904b322bcced36e708899 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 23 Dec 2020 14:27:54 +0100 Subject: [PATCH] Fixed import --- .../model/reference/relations/consistsof/IsIdentifiedBy.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/gcube/resourcemanagement/model/reference/relations/consistsof/IsIdentifiedBy.java b/src/main/java/org/gcube/resourcemanagement/model/reference/relations/consistsof/IsIdentifiedBy.java index 5a61dd4..ff7ffab 100644 --- a/src/main/java/org/gcube/resourcemanagement/model/reference/relations/consistsof/IsIdentifiedBy.java +++ b/src/main/java/org/gcube/resourcemanagement/model/reference/relations/consistsof/IsIdentifiedBy.java @@ -11,6 +11,7 @@ import org.gcube.informationsystem.types.reference.Change; import org.gcube.informationsystem.types.reference.TypeMetadata; import org.gcube.informationsystem.utils.TypeVersion; import org.gcube.resourcemanagement.model.impl.relations.consistsof.IsIdentifiedByImpl; +import org.gcube.resourcemanagement.model.reference.entities.facets.SoftwareFacet; import org.gcube.resourcemanagement.model.reference.entities.resources.GCubeResource; /**