add more info

This commit is contained in:
kimchy 2010-07-17 19:10:06 +03:00
parent 08ca383fd5
commit 7d29896190
1 changed files with 4 additions and 0 deletions

View File

@ -83,6 +83,10 @@ public class CloudBlobStore extends AbstractComponent implements BlobStore {
sync().createContainerInLocation(this.location, container); sync().createContainerInLocation(this.location, container);
} }
@Override public String toString() {
return container;
}
public int bufferSizeInBytes() { public int bufferSizeInBytes() {
return this.bufferSizeInBytes; return this.bufferSizeInBytes;
} }