Fixed typo in property description

This commit is contained in:
Luca Frosini 2021-01-20 18:18:05 +01:00
parent 858a4bccb2
commit 04bd8af126
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ public interface CoverageFacet extends Facet {
public static final String NAME = "CoverageFacet"; // CoverageFacet.class.getSimpleName();
@ISProperty(description = "he value indicates the 'area' covered by the dataset according to the schema", mandatory=true, nullable=false)
@ISProperty(description = "The value indicates the 'area' covered by the dataset according to the schema", mandatory=true, nullable=false)
public ValueSchema getCoverage();
public void setCoverage(ValueSchema coverage);