Skip to content

Commit

Permalink
Removed wrong overrided method
Browse files Browse the repository at this point in the history
Signed-off-by: coduz <alberto.codutti@eurotech.com>
  • Loading branch information
Coduz committed Apr 14, 2020
1 parent c19bc51 commit e4c43cc
Showing 1 changed file with 0 additions and 5 deletions.
Expand Up @@ -124,9 +124,4 @@ public String getMessage() {

return (String) message;
}

@Override
public String toDisplayString() {
return null;
}
}

0 comments on commit e4c43cc

Please sign in to comment.