VIVO-946 remove vestigial method: ObjectPropertyDao.getStatementsUsingObjectProperty()

This commit is contained in:
Jim Blake 2015-03-02 11:34:48 -05:00
parent 31eb5d73f4
commit ecbda5be7b
4 changed files with 0 additions and 22 deletions

View file

@ -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(