mirror of https://github.com/apache/jclouds.git
Correcting 4-space indent in openstack/nova/v2_0/domain/Server.java
Follow-up to f4aaf70
This commit is contained in:
parent
6d52fbd6a1
commit
8f903d49c0
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue