Remove stray Javadoc /**

This commit is contained in:
Andrew Gaul 2017-09-27 09:45:35 -07:00
parent 3591b2aafd
commit 6cf0a63186
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import java.util.Map;
import org.jclouds.io.ContentMetadata; import org.jclouds.io.ContentMetadata;
/** /**
* /** Amazon S3 is designed to store objects. Objects are stored in {@link S3BucketListing buckets} * Amazon S3 is designed to store objects. Objects are stored in {@link S3BucketListing buckets}
* and consist of a {@link org.jclouds.s3.domain.S3Object#getData() value}, a * and consist of a {@link org.jclouds.s3.domain.S3Object#getData() value}, a
* {@link S3Object#getKey key}, {@link ObjectMetadata#getUserMetadata() metadata}, and an access * {@link S3Object#getKey key}, {@link ObjectMetadata#getUserMetadata() metadata}, and an access
* control policy. * control policy.