repo.or.cz
/
jcryptoboard.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
actions
[jcryptoboard.git]
/
jcryptoboard-api
/
src
/
main
/
java
/
jcryptoboard
/
api
/
model
/
ActionResult.java
blob
559af466a8afe6cffcaeb86191d952f8941c8e3a
1
package
jcryptoboard
.
api
.
model
;
2
3
public enum
ActionResult
{
4
5
OK
,
6
NOTHING_TO_DO
,
7
ERROR
8
9
}