Skip to content

Commit

Permalink
fixing naming / compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeis committed Mar 26, 2013
1 parent cf8f4e6 commit 7dc9789
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ public SessionNotCreatedException(String msg) {
}

public SessionNotCreatedException(String msg, Throwable cause) {
super(message, cause);
super(msg, cause);
}
}

0 comments on commit 7dc9789

Please sign in to comment.