Fixed typo in a comment
This commit is contained in:
parent
e51fe79db8
commit
07318daabe
|
@ -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
|
* Root Class for Property types. It creates a base common type, which is useful
|
||||||
* for management purpose.
|
* 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 interface PropertyElement extends Element {
|
||||||
|
|
||||||
public static final String NAME = "PropertyElement"; //PropertyElement.class.getSimpleName();
|
public static final String NAME = "PropertyElement"; //PropertyElement.class.getSimpleName();
|
||||||
|
|
Loading…
Reference in New Issue