index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t4018
/
java-enum-constant
blob: a1931c83790d3968c41028c6ed126eddd0fc46e4 (
plain
)
1
2
3
4
5
6
private
enum
RIGHT {
ONE,
TWO,
THREE,
ChangeMe
}