mirror of https://github.com/apache/jclouds.git
Corrected JavaDoc tag.
git-svn-id: http://jclouds.googlecode.com/svn/trunk@2579 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
parent
26fe6beb3e
commit
63c4712517
|
@ -207,7 +207,7 @@ public interface S3Client {
|
||||||
boolean bucketExists(String bucketName);
|
boolean bucketExists(String bucketName);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Retrieve a <code>S3Bucket</code listing. A GET request operation using a bucket URI lists
|
* Retrieve a {@code S3Bucket} listing. A GET request operation using a bucket URI lists
|
||||||
* information about the objects in the bucket. You can use {@link ListBucketOptions} to control
|
* information about the objects in the bucket. You can use {@link ListBucketOptions} to control
|
||||||
* the amount of S3Objects to return.
|
* the amount of S3Objects to return.
|
||||||
* <p />
|
* <p />
|
||||||
|
|
Loading…
Reference in New Issue