Skip to content

Commit

Permalink
the update message is always not null
Browse files Browse the repository at this point in the history
  • Loading branch information
HSGamer committed Mar 18, 2023
1 parent 2aee905 commit 5b06196
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public Throwable getThrowable() {
/**
* Get the message
*
* @return the message, or null if there is no error
* @return the message
*/
public String getMessage() {
if (message == null) {
Expand Down

0 comments on commit 5b06196

Please sign in to comment.