Cleaned up some miscellaneous cruft

This commit is contained in:
brianjlowe 2011-05-13 16:04:39 +00:00
parent eac8f2fcd5
commit d83382ab73
9 changed files with 2 additions and 178 deletions

View file

@ -214,12 +214,6 @@ public class WebappDaoFactoryStub implements WebappDaoFactory {
"WebappDaoFactory.getLinktypeDao() not implemented.");
}
@Override
public FlagDao getFlagDao() {
throw new RuntimeException(
"WebappDaoFactory.getFlagDao() not implemented.");
}
// TODO This goes away when the UserAccounts stuff is fully implemented -- jb
@Override
public UserDao getUserDao() {