Skip to content

Commit df85685

Browse files
author
Damian Staszewski
committed
stringify incidents
Signed-off-by: Damian Staszewski <[email protected]>
1 parent aefbe04 commit df85685

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/main/java/com/github/stachu540/hirezapi/api/StatusServer.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,9 @@ public ServerStatusIncident getIncident(int i) {
6262
reload();
6363
return incidents.get(i);
6464
}
65+
66+
@Override
67+
public String toString() {
68+
return incidents.toString();
69+
}
6570
}

0 commit comments

Comments
 (0)