Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris-V committed Aug 15, 2013
1 parent 4bf0f38 commit 656f352
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public Result execute(String cookieSentByRPC, Action<?> action) throws ActionExc

@Override
public void undo(String cookieSentByRPC, Action<Result> action, Result result) throws ActionException,
ServiceException {
ServiceException {

if (action.isSecured() && !cookieMatch(cookieSentByRPC)) {
String message = xsrfAttackMessage + " While undoing action: " + action.getClass().getName();
Expand Down

0 comments on commit 656f352

Please sign in to comment.