VIVO-946 remove vestigial method: ObjectPropertyDao.getStatementsUsingObjectProperty()
This commit is contained in:
parent
31eb5d73f4
commit
ecbda5be7b
4 changed files with 0 additions and 22 deletions
|
@ -221,13 +221,6 @@ public class ObjectPropertyDaoStub implements ObjectPropertyDao {
|
|||
"ObjectPropertyDaoStub.getSubPropertyURIs() not implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public List<ObjectPropertyStatement> getStatementsUsingObjectProperty(
|
||||
ObjectProperty op) {
|
||||
throw new RuntimeException(
|
||||
"ObjectPropertyDaoStub.getStatementsUsingObjectProperty() not implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void fillObjectPropertiesForIndividual(Individual individual) {
|
||||
throw new RuntimeException(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue