Skip to content

Commit 31ec419

Browse files
committed
Fix compile
1 parent 7c99b88 commit 31ec419

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

api/src/com/cloud/agent/api/to/S3TO.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,11 @@ public String getUuid() {
181181
return this.uuid;
182182
}
183183

184+
@Override
185+
public String getUrl() {
186+
return null;
187+
}
188+
184189
public void setUuid(final String uuid) {
185190
this.uuid = uuid;
186191
}

0 commit comments

Comments
 (0)