Skip to content

Commit

Permalink
addressing review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
anuchandy committed Jun 21, 2016
1 parent c5a943c commit 1c5e137
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ interface DefinitionLinuxCreatable extends DefinitionCreatable {
/**
* Specifies the SSH public key.
* <p>
* each call to this method adds the given public key to the list of VM's public keys.
* Each call to this method adds the given public key to the list of VM's public keys.
*
* @param publicKey the SSH public key in PEM format.
* @return the stage representing creatable Linux VM definition
Expand Down Expand Up @@ -579,7 +579,7 @@ interface DefinitionWindowsCreatable extends DefinitionCreatable {
/**
* Specifies the WINRM listener.
* <p>
* Each call to this method adds the given listener to the list of VM's WinRM listeners
* Each call to this method adds the given listener to the list of VM's WinRM listeners.
*
* @param listener the WinRmListener
* @return the stage representing creatable Windows VM definition
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ interface UpdateWithSubnet {
* the resource to be created (via {@link DefinitionCreatable#create()}), but also allows
* for any other optional settings to be specified, except for adding subnets.
* <p>
* Subnet can be added only right after the address space is explicitly specified
* A subnet can be added only right after the address space is explicitly specified
* see {@link DefinitionCreatable#withAddressSpace }
*/
interface DefinitionCreatable extends
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ interface UpdateWithParameters {
* Specifies the parameters as a JSON string.
*
* @param parametersJson the JSON string
* @return the next stage of the deployment updateurn
* @return the next stage of the deployment update
* @throws IOException exception thrown from serialization/deserialization
*/
Update withParameters(String parametersJson) throws IOException;
Expand Down

0 comments on commit 1c5e137

Please sign in to comment.