Fixed typo in a comment

This commit is contained in:
Luca Frosini 2020-06-26 10:50:48 +02:00
parent e51fe79db8
commit 07318daabe
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ import org.gcube.informationsystem.base.reference.Element;
* Root Class for Property types. It creates a base common type, which is useful
* for management purpose.
*/
// @JsonDeserialize(as=PropertyElementmpl.class) Do not uncomment to manage subclasses
// @JsonDeserialize(as=PropertyElementImpl.class) Do not uncomment to manage subclasses
public interface PropertyElement extends Element {
public static final String NAME = "PropertyElement"; //PropertyElement.class.getSimpleName();