Fix JavaDoc warnings in AWS provider

This commit is contained in:
Andrew Gaul 2012-02-03 11:05:51 -08:00
parent 3a9d660b8e
commit 3f102fcbb2
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ import org.jclouds.providers.BaseProviderMetadata;
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.
*
* @author Adrian Cole

View File

@ -26,7 +26,7 @@ import com.google.inject.ImplementedBy;
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
*/

View File

@ -19,7 +19,7 @@
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
*/

View File

@ -25,7 +25,7 @@ import com.google.inject.ImplementedBy;
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
*/