Skip to content

Commit 30f9699

Browse files
authored
Update EventType.java
1 parent 94e8b0f commit 30f9699

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020

2121
package com.spotify.github.v3.activity.events;
2222

23-
import java.util.Locale;
24-
2523
public enum EventType {
2624
BRANCH_PROTECTION_RULE,
2725
CHECK_RUN,
@@ -89,9 +87,6 @@ public enum EventType {
8987
UNKNOWN,
9088
ALL;
9189

92-
private EventType() {
93-
}
94-
9590
String toString() {
9691
return this.name().toLowerCase();
9792
}

0 commit comments

Comments
 (0)