mirror of
https://github.com/apache/jclouds.git
synced 2025-02-17 15:35:44 +00:00
Issue 112: removed invalid status code
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2493 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
29e92bfe60
commit
5e8543261a
@ -29,7 +29,7 @@ import static com.google.common.base.Preconditions.checkNotNull;
|
|||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
*/
|
*/
|
||||||
public enum TaskStatus {
|
public enum TaskStatus {
|
||||||
SUCCESS, FAILED, RUNNING, QUEUED, ERROR, CANCELLED, COMPLETED;
|
SUCCESS, FAILED, RUNNING, QUEUED, ERROR, CANCELLED;
|
||||||
public String value() {
|
public String value() {
|
||||||
return name().toLowerCase();
|
return name().toLowerCase();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user