We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94e8b0f commit 30f9699Copy full SHA for 30f9699
1 file changed
src/main/java/com/spotify/github/v3/activity/events/EventType.java
@@ -20,8 +20,6 @@
20
21
package com.spotify.github.v3.activity.events;
22
23
-import java.util.Locale;
24
-
25
public enum EventType {
26
BRANCH_PROTECTION_RULE,
27
CHECK_RUN,
@@ -89,9 +87,6 @@ public enum EventType {
89
87
UNKNOWN,
90
88
ALL;
91
92
- private EventType() {
93
- }
94
95
String toString() {
96
return this.name().toLowerCase();
97
}
0 commit comments