mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 08:21:21 +00:00
The standard Java naming convention calls for all capital enum constant.
This commit is contained in:
@@ -25,6 +25,6 @@
|
||||
package org.kohsuke.github;
|
||||
|
||||
public enum GHIssueState {
|
||||
Open,
|
||||
Closed
|
||||
OPEN,
|
||||
CLOSED
|
||||
}
|
||||
Reference in New Issue
Block a user