Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
adapt
ace
Commits
cf47ae01
Commit
cf47ae01
authored
May 22, 2018
by
Michael Ritter
Browse files
#50
Enum to track state of Token Ingestion
parent
672b8a35
Changes
1
Show whitespace changes
Inline
Side-by-side
ace-am/src/main/java/edu/umiacs/ace/monitor/register/IngestState.java
0 → 100644
View file @
cf47ae01
package
edu.umiacs.ace.monitor.register
;
/**
* Little state holder
*
* @author shake
*/
public
enum
IngestState
{
QUEUED
,
NEW
,
UPDATED
,
MATCH
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment