forked from Qortal/qortal
"Not started" renamed to "Published"
This commit is contained in:
parent
1d77101253
commit
5018d27c25
@ -83,7 +83,7 @@ public class ArbitraryDataResource {
|
||||
return new ArbitraryResourceStatus(Status.DOWNLOADING);
|
||||
}
|
||||
else if (this.isDataPotentiallyAvailable()) {
|
||||
return new ArbitraryResourceStatus(Status.NOT_STARTED);
|
||||
return new ArbitraryResourceStatus(Status.PUBLISHED);
|
||||
}
|
||||
return new ArbitraryResourceStatus(Status.MISSING_DATA);
|
||||
}
|
||||
|
@ -7,7 +7,7 @@ import javax.xml.bind.annotation.XmlAccessorType;
|
||||
public class ArbitraryResourceStatus {
|
||||
|
||||
public enum Status {
|
||||
NOT_STARTED("Not started", "Downloading not yet started"),
|
||||
PUBLISHED("Published", "Published but not yet downloaded"),
|
||||
DOWNLOADING("Downloading", "Locating and downloading files..."),
|
||||
DOWNLOADED("Downloaded", "Files downloaded"),
|
||||
BUILDING("Building", "Building..."),
|
||||
|
Loading…
x
Reference in New Issue
Block a user