Skip to content

Commit

Permalink
Issue #559: Fixed toString implementation.
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Fickel <juergen.fickel@bosch.io>
  • Loading branch information
Juergen Fickel committed Oct 26, 2021
1 parent 88c40ea commit eba9769
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public String getDetailMessageOrThrow() {

@Override
public String toString() {
return getClass().getSimpleName() + "[]";
return getClass().getSimpleName() + " []";
}

}
Expand Down

0 comments on commit eba9769

Please sign in to comment.