Skip to content

Commit

Permalink
interim commit
Browse files Browse the repository at this point in the history
  • Loading branch information
david-waltermire committed May 6, 2024
1 parent dd82fc7 commit 2918db8
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,4 @@
public interface IBoundInstance extends IBoundProperty, IInstance {
@Override
IBoundDefinitionModel getContainingDefinition();

@Override
default Object getValue(Object parent) {
return IBoundProperty.super.getValue(parent);
}
}

0 comments on commit 2918db8

Please sign in to comment.