From 78c7b91c8a4489a06998593579733983268b2231 Mon Sep 17 00:00:00 2001 From: Adam Lowe Date: Tue, 31 Jan 2012 16:14:25 +0000 Subject: [PATCH] GleSYS provider: fixing typos in javadocs --- .../jclouds/glesys/compute/options/GleSYSTemplateOptions.java | 2 +- .../java/org/jclouds/glesys/features/ServerAsyncClient.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sandbox-providers/glesys/src/main/java/org/jclouds/glesys/compute/options/GleSYSTemplateOptions.java b/sandbox-providers/glesys/src/main/java/org/jclouds/glesys/compute/options/GleSYSTemplateOptions.java index 1fd817fe51..03f989fafb 100644 --- a/sandbox-providers/glesys/src/main/java/org/jclouds/glesys/compute/options/GleSYSTemplateOptions.java +++ b/sandbox-providers/glesys/src/main/java/org/jclouds/glesys/compute/options/GleSYSTemplateOptions.java @@ -33,7 +33,7 @@ import com.google.common.net.InetAddresses; * Contains options supported by the * {@link ComputeService#createNodesInGroup(String, int, TemplateOptions)} and * {@link ComputeService#createNodesInGroup(String, int, TemplateOptions)} operations on the - * gogrid provider. + * glesys provider. * *

Usage

The recommended way to instantiate a {@link GleSYSTemplateOptions} object is to * statically import {@code GleSYSTemplateOptions.*} and invoke a static creation method followed by diff --git a/sandbox-providers/glesys/src/main/java/org/jclouds/glesys/features/ServerAsyncClient.java b/sandbox-providers/glesys/src/main/java/org/jclouds/glesys/features/ServerAsyncClient.java index dbcf00029f..7928b79a67 100644 --- a/sandbox-providers/glesys/src/main/java/org/jclouds/glesys/features/ServerAsyncClient.java +++ b/sandbox-providers/glesys/src/main/java/org/jclouds/glesys/features/ServerAsyncClient.java @@ -128,7 +128,7 @@ public interface ServerAsyncClient { ListenableFuture> getAllowedArgumentsForCreateServerByPlatform(); /** - * @see ServerClient#getTemplates + * @see ServerClient#listTemplates */ @GET @Path("/server/templates/format/json")