NIHVIVO-2716 Make rootUser a property on UserAccount. When editing the root user, don't show roles.

This commit is contained in:
j2blake 2011-06-16 15:09:39 +00:00
parent be3851b15e
commit 8b4b66e024
10 changed files with 43 additions and 94 deletions

View file

@ -38,12 +38,6 @@ public class UserAccountsDaoStub implements UserAccountsDao {
return userAccountsByUri.get(uri);
}
@Override
public boolean isRootUser(UserAccount userAccount) {
// TODO for now, no user is Root
return false;
}
// ----------------------------------------------------------------------
// Un-implemented methods
// ----------------------------------------------------------------------