Fixed type

This commit is contained in:
Luca Frosini 2020-12-22 16:25:21 +01:00
parent 2939bdbe89
commit 4eb6d28b47
1 changed files with 1 additions and 2 deletions

View File

@ -29,10 +29,9 @@ import org.gcube.resourcemanagement.model.impl.entities.facets.IdentifierFacetIm
name = IdentifierFacet.NAME,
description = "IdentifierFacet captures information on identifiers (other than the ones "
+ "automatically generated by the system) that can be attached to a resource.",
version = "1.0.1"
version = TypeVersion.MINIMAL_VERSION_STRING
)
@Change(version = TypeVersion.MINIMAL_VERSION_STRING, description = TypeVersion.MINIMAL_VERSION_DESCRIPTION)
@Change(version = "1.0.1", description = "Added STRING in IdentificationType enum.")
public interface IdentifierFacet extends Facet {
public static final String NAME = "IdentifierFacet"; // IdentifierFacet.class.getSimpleName();