incorrect order on state for rackspace in delta

This commit is contained in:
Adrian Cole 2011-04-01 11:38:55 -07:00
parent 5ddf9aabca
commit efb7795e5f
1 changed files with 4 additions and 4 deletions

View File

@ -41,14 +41,14 @@ public enum InstanceState {
* the instance launched (although the boot process might not be completed)
*/
RUNNING,
/**
* the instance is stopped
*/
STOPPED,
/**
* the instance is shutting down
*/
SHUTTING_DOWN,
/**
* the instance is stopped
*/
STOPPED,
/**
* the instance is terminated
*/