Corrected JavaDoc tag.

git-svn-id: http://jclouds.googlecode.com/svn/trunk@2579 3d8758e0-26b5-11de-8745-db77d3ebf521
This commit is contained in:
sharedocs1@gmail.com 2010-01-02 21:56:30 +00:00
parent 26fe6beb3e
commit 63c4712517
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ public interface S3Client {
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
* the amount of S3Objects to return.
* <p />