mirror of https://github.com/apache/cloudstack.git
Fix compile
This commit is contained in:
parent
7c99b88926
commit
31ec4191c0
|
|
@ -181,6 +181,11 @@ public final class S3TO implements S3Utils.ClientOptions, DataStoreTO {
|
|||
return this.uuid;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String getUrl() {
|
||||
return null;
|
||||
}
|
||||
|
||||
public void setUuid(final String uuid) {
|
||||
this.uuid = uuid;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue