mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-20 00:11:22 +00:00
11 lines
122 B
Java
11 lines
122 B
Java
package org.kohsuke.github;
|
|
|
|
/**
|
|
*
|
|
* @author Yusuke Kokubo
|
|
*
|
|
*/
|
|
public enum GHMilestoneState {
|
|
OPEN,
|
|
CLOSED
|
|
} |