Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit 7ba5a99

Browse files
authored
Update EventType.java
1 parent 30f9699 commit 7ba5a99

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/spotify/github/v3/activity/events/EventType.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ public enum EventType {
8787
UNKNOWN,
8888
ALL;
8989

90-
String toString() {
90+
@Override
91+
public String toString() {
9192
return this.name().toLowerCase();
9293
}
9394
}

0 commit comments

Comments
 (0)