Removed initial whitespace from description

This commit is contained in:
Luca Frosini 2021-03-02 15:20:46 +01:00
parent 0118d0c73d
commit bd6475ca57
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ import org.gcube.resourcemanagement.model.reference.relations.consistsof.IsIdent
@JsonDeserialize(as=GCubeResourceImpl.class) @JsonDeserialize(as=GCubeResourceImpl.class)
@ResourceSchema( @ResourceSchema(
facets={ facets={
@ResourceSchemaEntry(relation=IsIdentifiedBy.class, min=1, max=1, description=" Any Resource has at least one Facet which in some way allow to identify the Resource per se.") @ResourceSchemaEntry(relation=IsIdentifiedBy.class, min=1, max=1, description="Any Resource has at least one Facet which in some way allow to identify the Resource per se.")
} }
) )
@TypeMetadata( @TypeMetadata(