Skip to content

Commit

Permalink
Fix exception message.
Browse files Browse the repository at this point in the history
  • Loading branch information
rschatz authored and chumer committed Mar 19, 2019
1 parent 6feed44 commit 34ae5c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ private UnsupportedMessageException(Message message) {
*/
@Override
public String getMessage() {
return "Message unsupported.";
return "Message not supported.";
}

/**
Expand Down

0 comments on commit 34ae5c5

Please sign in to comment.