NIHVIVO-3539 remove WebappDaoFactory.getProperties()

This commit is contained in:
brianjlowe 2012-03-21 20:32:58 +00:00
parent a351309c67
commit da2c958492
3 changed files with 0 additions and 16 deletions

View file

@ -144,12 +144,6 @@ return this.objectPropertyStatementDao; }
// Un-implemented methods
// ----------------------------------------------------------------------
@Override
public Map<String, String> getProperties() {
throw new RuntimeException(
"WebappDaoFactory.getProperties() not implemented.");
}
@Override
public String checkURI(String uriStr) {
throw new RuntimeException(