Fixed description

This commit is contained in:
Luca Frosini 2024-06-24 14:19:42 +02:00
parent 8cea94d297
commit 0cce2b156c
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import org.gcube.informationsystem.utils.Version;
@JsonDeserialize(as=TemplateVariableImpl.class)
@TypeMetadata(name = TemplateVariable.NAME, description = "This is the class used to define the a TemplateVariable", version = TemplateVariable.VERSION)
@Changelog ({
@Change(version = TemplateVariable.VERSION, description = "The type comply with @link{Attribute} which add 'defaultValue'"),
@Change(version = TemplateVariable.VERSION, description = "The type comply with {@link Attribute} which add 'defaultValue'"),
@Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION)
})
public interface TemplateVariable extends PropertyElement, Attribute {

View File

@ -20,7 +20,7 @@ import org.gcube.informationsystem.utils.Version;
@JsonDeserialize(as = PropertyDefinitionImpl.class)
@TypeMetadata(name = PropertyDefinition.NAME, description = "This type provides information for the definition of any properties", version = PropertyDefinition.VERSION)
@Changelog ({
@Change(version = PropertyDefinition.VERSION, description = "The type comply with @link{AttributeDefinition} which add 'defaultValue'"),
@Change(version = PropertyDefinition.VERSION, description = "The type comply with {@link AttributeDefinition} which add 'defaultValue'"),
@Change(version = Version.MINIMAL_VERSION_STRING, description = Version.MINIMAL_VERSION_DESCRIPTION)
})
@Final