diff --git a/pom.xml b/pom.xml index e668a3c..950ef61 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ edu.stanford.protege webprotege-backend-api - 2.0.0-WHO + 2.0.1-WHO UTF-8 @@ -30,7 +30,7 @@ yyyyMMdd 0.11.0 8.5.2 - 16 + 17 2020.0.3 @@ -248,9 +248,9 @@ maven-compiler-plugin 3.8.1 - 16 - 16 - 16 + 17 + 17 + 17 diff --git a/src/main/java/edu/stanford/protege/webprotege/hierarchy/HierarchyDescriptor.java b/src/main/java/edu/stanford/protege/webprotege/hierarchy/HierarchyDescriptor.java index f3e5490..0d6f826 100644 --- a/src/main/java/edu/stanford/protege/webprotege/hierarchy/HierarchyDescriptor.java +++ b/src/main/java/edu/stanford/protege/webprotege/hierarchy/HierarchyDescriptor.java @@ -10,7 +10,7 @@ @JsonSubTypes.Type(DataPropertyHierarchyDescriptor.class), @JsonSubTypes.Type(AnnotationPropertyHierarchyDescriptor.class) }) -public sealed interface HierarchyDescriptor permits ClassHierarchyDescriptor, ObjectPropertyHierarchyDescriptor, DataPropertyHierarchyDescriptor, AnnotationPropertyHierarchyDescriptor { +public interface HierarchyDescriptor { }