mirror of https://github.com/apache/jclouds.git
Merge pull request #346 from andrewgaul/fix-javadoc-warnings
Fix JavaDoc warnings in AWS provider
This commit is contained in:
commit
fbb48454fb
|
@ -27,7 +27,7 @@ import org.jclouds.providers.BaseProviderMetadata;
|
||||||
import org.jclouds.providers.ProviderMetadata;
|
import org.jclouds.providers.ProviderMetadata;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Implementation of {@link org.jclouds.types.ProviderMetadata} for Amazon's Simple Storage Service
|
* Implementation of {@link org.jclouds.providers.ProviderMetadata} for Amazon's Simple Storage Service
|
||||||
* (S3) provider.
|
* (S3) provider.
|
||||||
*
|
*
|
||||||
* @author Adrian Cole
|
* @author Adrian Cole
|
||||||
|
|
|
@ -26,7 +26,7 @@ import com.google.inject.ImplementedBy;
|
||||||
import org.jclouds.blobstore.options.PutOptions;
|
import org.jclouds.blobstore.options.PutOptions;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see <a href="http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?qfacts.html"
|
* @see <a href="http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?qfacts.html">AWS Documentation</a>
|
||||||
*
|
*
|
||||||
* @author Tibor Kiss
|
* @author Tibor Kiss
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
package org.jclouds.aws.s3.blobstore.strategy;
|
package org.jclouds.aws.s3.blobstore.strategy;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see <a href="http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?qfacts.html"
|
* @see <a href="http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?qfacts.html">AWS Documentation</a>
|
||||||
*
|
*
|
||||||
* @author Tibor Kiss
|
* @author Tibor Kiss
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -25,7 +25,7 @@ import com.google.inject.ImplementedBy;
|
||||||
import org.jclouds.blobstore.options.PutOptions;
|
import org.jclouds.blobstore.options.PutOptions;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @see <a href="http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?qfacts.html"
|
* @see <a href="http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?qfacts.html">AWS Documentation</a>
|
||||||
*
|
*
|
||||||
* @author Tibor Kiss
|
* @author Tibor Kiss
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue