Skip to content

Commit

Permalink
user should never be null
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Apr 18, 2014
1 parent 55155d9 commit 70451d9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -263,7 +263,7 @@ protected void addUserRole(final String role) {
}

protected void clearUserInfo() {
m_username = null;
m_username = "admin";
m_roles.clear();
}

Expand Down

0 comments on commit 70451d9

Please sign in to comment.