Skip to content

Commit

Permalink
Merge pull request #133 from santino83/issue-132
Browse files Browse the repository at this point in the history
change ExceptionResolver interface to fix issue #132
  • Loading branch information
gaborbernat committed Apr 14, 2016
2 parents 43adc8c + b70a202 commit 986ec04
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -6,7 +6,7 @@
* Resolves client {@link Throwable}s from server generated {@link ObjectNode}.
*
*/
interface ExceptionResolver {
public interface ExceptionResolver {

/**
* Resolves the exception from the given json-rpc
Expand Down

0 comments on commit 986ec04

Please sign in to comment.