mirror of
https://github.com/jlengrand/github-api.git
synced 2026-03-10 15:49:57 +00:00
9 lines
97 B
Java
9 lines
97 B
Java
package org.kohsuke.github;
|
|
|
|
/**
|
|
* Sort direction
|
|
*/
|
|
public enum GHDirection {
|
|
ASC, DESC
|
|
}
|