Skip to content

Commit

Permalink
payara#4281 Added missing @OverRide annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sgflt committed Feb 9, 2020
1 parent 88c3b6f commit c446f1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ private CharSequence superToString() {
// END S1AS
}

@Override
public String toString() {
final StringBuilder sb = new StringBuilder(1200);
sb.append(superToString());
Expand Down

0 comments on commit c446f1c

Please sign in to comment.