diff --git a/databind/src/main/java/gov/nist/secauto/metaschema/databind/model/IBoundInstance.java b/databind/src/main/java/gov/nist/secauto/metaschema/databind/model/IBoundInstance.java index 71a196395..e662a298b 100644 --- a/databind/src/main/java/gov/nist/secauto/metaschema/databind/model/IBoundInstance.java +++ b/databind/src/main/java/gov/nist/secauto/metaschema/databind/model/IBoundInstance.java @@ -34,9 +34,4 @@ public interface IBoundInstance extends IBoundProperty, IInstance { @Override IBoundDefinitionModel getContainingDefinition(); - - @Override - default Object getValue(Object parent) { - return IBoundProperty.super.getValue(parent); - } }