fix javadoc
Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/7213acb0 Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/7213acb0 Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/7213acb0 Branch: refs/heads/master Commit: 7213acb03f2083d89725170e8c9f1efa920a34a5 Parents: c0190dd Author: Daniel Broudy <[email protected]> Authored: Fri Jun 12 14:26:50 2015 -0700 Committer: Andrew Gaul <[email protected]> Committed: Fri Jun 12 16:12:48 2015 -0700 ---------------------------------------------------------------------- .../org/jclouds/googlecloudstorage/features/ObjectApi.java | 6 ++++-- .../jclouds/googlecloudstorage/options/GetObjectOptions.java | 3 ++- 2 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds/blob/7213acb0/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/features/ObjectApi.java ---------------------------------------------------------------------- diff --git a/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/features/ObjectApi.java b/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/features/ObjectApi.java index 119aece..f91a410 100644 --- a/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/features/ObjectApi.java +++ b/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/features/ObjectApi.java @@ -113,7 +113,8 @@ public interface ObjectApi { * @param objectName * Name of the object * @param options - * Supply {@link GetObjectOptions} with optional query parameters + * A class that implements {@link HttpRequestOptions} + * such as {@link GetObjectOptions} with optional query parameters * * @return a {@link GoogleCloudStorageObject} */ @@ -153,7 +154,8 @@ public interface ObjectApi { * @param objectName * Name of the object * @param options - * Supply {@link GetObjectOptions} with optional query parameters + * A class that implements {@link HttpRequestOptions} + * such as {@link GetObjectOptions} with optional query parameters * * @return a {@link GoogleCloudStorageObject} */ http://git-wip-us.apache.org/repos/asf/jclouds/blob/7213acb0/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/options/GetObjectOptions.java ---------------------------------------------------------------------- diff --git a/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/options/GetObjectOptions.java b/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/options/GetObjectOptions.java index 2d307bc..5fd9b0f 100644 --- a/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/options/GetObjectOptions.java +++ b/providers/google-cloud-storage/src/main/java/org/jclouds/googlecloudstorage/options/GetObjectOptions.java @@ -22,7 +22,8 @@ import org.jclouds.googlecloudstorage.domain.DomainResourceReferences.Projection import org.jclouds.http.options.GetOptions; /** - * Allows to optionally specify generation,ifGenerationMatch,ifGenerationNotMatch, ifMetagenerationMatch,ifMetagenerationNotMatch and projection which used in Bucket + * Allows to optionally specify generation, ifGenerationMatch, ifGenerationNotMatch, ifMetagenerationMatch, + * ifMetagenerationNotMatch and projection, in addition to the values in {@link GetOptions}. */ public class GetObjectOptions extends GetOptions {
