Welcome to mirror list, hosted at ThFree Co, Russian Federation.

java-enum-constant « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a1931c83790d3968c41028c6ed126eddd0fc46e4 (plain)
1
2
3
4
5
6
private enum RIGHT {
    ONE,
    TWO,
    THREE,
    ChangeMe
}