Skip to content

Commit

Permalink
Fixing recent workflow problems (incl. temporary workaround for an Ac…
Browse files Browse the repository at this point in the history
…tiviti bug).
  • Loading branch information
mederly committed Apr 30, 2014
1 parent 64acf98 commit 8f3e5db
Show file tree
Hide file tree
Showing 3 changed files with 1,245 additions and 13 deletions.
Expand Up @@ -35,10 +35,10 @@ public void insertUser(User user) {
throw new UnsupportedOperationException("MidPoint user manager doesn't support inserting a new user");
}

@Override
public void updateUser(User updatedUser) {
throw new UnsupportedOperationException("MidPoint user manager doesn't support updating a user");
}
// @Override
// public void updateUser(User updatedUser) {
// throw new UnsupportedOperationException("MidPoint user manager doesn't support updating a user");
// }

@Override
public UserEntity findUserById(String userId) {
Expand Down

0 comments on commit 8f3e5db

Please sign in to comment.