mirror of https://github.com/apache/jclouds.git
Correcting 4-space indent in openstack/nova/v2_0/domain/Server.java
Follow-up to 222779b
This commit is contained in:
parent
fbb1ffa81d
commit
244e194c72
|
@ -59,8 +59,8 @@ public class Server extends Resource {
|
||||||
*/
|
*/
|
||||||
public static enum Status {
|
public static enum Status {
|
||||||
|
|
||||||
ACTIVE, BUILD, REBUILD, SUSPENDED, PAUSED, RESIZE, VERIFY_RESIZE, REVERT_RESIZE, PASSWORD, REBOOT, HARD_REBOOT,
|
ACTIVE, BUILD, REBUILD, SUSPENDED, PAUSED, RESIZE, VERIFY_RESIZE, REVERT_RESIZE, PASSWORD, REBOOT, HARD_REBOOT,
|
||||||
DELETED, UNKNOWN, ERROR,
|
DELETED, UNKNOWN, ERROR,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @deprecated please use {@code Status.SHUTOFF} instead
|
* @deprecated please use {@code Status.SHUTOFF} instead
|
||||||
|
|
Loading…
Reference in New Issue