Fix Integration Stages

This commit is contained in:
AlgorithmX2
2014-08-08 00:36:31 -05:00
parent c192576ab5
commit 3a93c8115c
2 changed files with 14 additions and 1 deletions
+2 -1
View File
@@ -5,5 +5,6 @@ public enum IntegrationStage
PREINIT, INIT, POSTINIT,
FAILED
FAILED, READY
}