Skip to content

Commit

Permalink
Do not ifThereIsNotAnyLoginActionThrowAnException for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
jweyrich committed Nov 12, 2012
1 parent 1cbbcd6 commit 5a26a2b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public void handle(Class<?> resource) {
searchForLoginActionAndStore(resource, method);
}

ifThereIsNotAnyLoginActionThrowAnException();
//ifThereIsNotAnyLoginActionThrowAnException();
}

public Class<?> getClassOfController() {
Expand Down

0 comments on commit 5a26a2b

Please sign in to comment.