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

Follow-up to 222779b
This commit is contained in:
Andrew Phillips 2014-04-05 16:22:14 -04:00
parent fbb1ffa81d
commit 244e194c72
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