mirror of https://github.com/apache/jclouds.git
GleSYS provider: fixing typos in javadocs
This commit is contained in:
parent
b94be5565c
commit
78c7b91c8a
|
@ -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
|
||||
|
|
|
@ -128,7 +128,7 @@ public interface ServerAsyncClient {
|
|||
ListenableFuture<Map<String, AllowedArgumentsForCreateServer>> getAllowedArgumentsForCreateServerByPlatform();
|
||||
|
||||
/**
|
||||
* @see ServerClient#getTemplates
|
||||
* @see ServerClient#listTemplates
|
||||
*/
|
||||
@GET
|
||||
@Path("/server/templates/format/json")
|
||||
|
|
Loading…
Reference in New Issue