GleSYS provider: fixing typos in javadocs

This commit is contained in:
Adam Lowe 2012-01-31 16:14:25 +00:00
parent b94be5565c
commit 78c7b91c8a
2 changed files with 2 additions and 2 deletions

View File

@ -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
* <em>gogrid</em> provider.
* <em>glesys</em> provider.
*
* <h2>Usage</h2> The recommended way to instantiate a {@link GleSYSTemplateOptions} object is to
* statically import {@code GleSYSTemplateOptions.*} and invoke a static creation method followed by

View File

@ -128,7 +128,7 @@ public interface ServerAsyncClient {
ListenableFuture<Map<String, AllowedArgumentsForCreateServer>> getAllowedArgumentsForCreateServerByPlatform();
/**
* @see ServerClient#getTemplates
* @see ServerClient#listTemplates
*/
@GET
@Path("/server/templates/format/json")