NIHVIVO-3312 minor cleanup of WebappDaoFactory

This commit is contained in:
brianjlowe 2011-11-14 22:16:56 +00:00
parent 1982c96756
commit 0ecd02f04e
11 changed files with 168 additions and 281 deletions

View file

@ -104,12 +104,6 @@ public class WebappDaoFactoryStub implements WebappDaoFactory {
"WebappDaoFactory.checkURI() not implemented.");
}
@Override
public int getLanguageProfile() {
throw new RuntimeException(
"WebappDaoFactory.getLanguageProfile() not implemented.");
}
@Override
public String getDefaultNamespace() {
throw new RuntimeException(