added phase to accomodate the fix for issue #630

This commit is contained in:
Jeremy Long
2016-12-18 11:58:20 -05:00
parent edd4191d47
commit 32ebf6c8ed

View File

@@ -36,6 +36,10 @@ public enum AnalysisPhase {
* Information collection phase.
*/
INFORMATION_COLLECTION,
/**
* Post information collection phase.
*/
POST_INFORMATION_COLLECTION,
/**
* Pre identifier analysis phase.
*/