various and sundry small DAO improvements
This commit is contained in:
parent
5fea873ed2
commit
d7da587aa7
17 changed files with 130 additions and 116 deletions
|
@ -638,18 +638,6 @@ public class IndividualFilteringByStatementTest extends AbstractTestClass {
|
|||
// Un-implemented methods
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
@Override
|
||||
public boolean isSubjectOriented() {
|
||||
throw new RuntimeException(
|
||||
"ObjectPropertyStatement.isSubjectOriented() not implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setSubjectOriented(boolean subjectOriented) {
|
||||
throw new RuntimeException(
|
||||
"ObjectPropertyStatement.setSubjectOriented() not implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setSubjectURI(String subjectURI) {
|
||||
throw new RuntimeException(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue