Correcting 4-space indent in openstack/nova/v2_0/domain/Server.java

Follow-up to f4aaf70
This commit is contained in:
Andrew Phillips 2014-04-05 16:22:14 -04:00
parent 6d52fbd6a1
commit 8f903d49c0
1 changed files with 2 additions and 2 deletions

View File

@ -59,8 +59,8 @@ public class Server extends Resource {
*/
public static enum Status {
ACTIVE, BUILD, REBUILD, SUSPENDED, PAUSED, RESIZE, VERIFY_RESIZE, REVERT_RESIZE, PASSWORD, REBOOT, HARD_REBOOT,
DELETED, UNKNOWN, ERROR,
ACTIVE, BUILD, REBUILD, SUSPENDED, PAUSED, RESIZE, VERIFY_RESIZE, REVERT_RESIZE, PASSWORD, REBOOT, HARD_REBOOT,
DELETED, UNKNOWN, ERROR,
/**
* @deprecated please use {@code Status.SHUTOFF} instead