Fixed typos in TemplateFacet description
This commit is contained in:
parent
7a2be51e85
commit
037dcf23fb
|
@ -842,7 +842,7 @@ Changelog:
|
||||||
TemplateFacet
|
TemplateFacet
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
This facet definte a template to instantiate usign the list of attributes specified
|
This facet define a template to instantiate using the list of attributes specified
|
||||||
|
|
||||||
|
|
||||||
.. table:: **TemplateFacet** ``extends`` **Facet**
|
.. table:: **TemplateFacet** ``extends`` **Facet**
|
||||||
|
|
|
@ -22,7 +22,7 @@ import org.gcube.resourcemanagement.model.reference.properties.utilities.Named;
|
||||||
@JsonDeserialize(as=TemplateFacetImpl.class)
|
@JsonDeserialize(as=TemplateFacetImpl.class)
|
||||||
@TypeMetadata(
|
@TypeMetadata(
|
||||||
name = TemplateFacet.NAME,
|
name = TemplateFacet.NAME,
|
||||||
description = "This facet definte a template to instantiate usign the list of attributes specified",
|
description = "This facet define a template to instantiate using the list of attributes specified",
|
||||||
version = Version.MINIMAL_VERSION_STRING
|
version = Version.MINIMAL_VERSION_STRING
|
||||||
)
|
)
|
||||||
@Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION)
|
@Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION)
|
||||||
|
|
Loading…
Reference in New Issue