Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class OperationDisplay {
private String operation;

/**
* Decription of operation.
* Description of operation.
*/
@JsonProperty(value = "description")
private String description;
Expand Down Expand Up @@ -99,7 +99,7 @@ public OperationDisplay withOperation(String operation) {
}

/**
* Get decription of operation.
* Get description of operation.
*
* @return the description value
*/
Expand All @@ -108,7 +108,7 @@ public String description() {
}

/**
* Set decription of operation.
* Set description of operation.
*
* @param description the description value to set
* @return the OperationDisplay object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
public class VaultAccessPolicyParameters extends ProxyResource {
/**
* The resource type of the the access policy.
* The resource type of the access policy.
*/
@JsonProperty(value = "location", access = JsonProperty.Access.WRITE_ONLY)
private String location;
Expand All @@ -28,7 +28,7 @@ public class VaultAccessPolicyParameters extends ProxyResource {
private VaultAccessPolicyProperties properties;

/**
* Get the resource type of the the access policy.
* Get the resource type of the access policy.
*
* @return the location value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* The parameters used to check the availabity of the vault name.
* The parameters used to check the availability of the vault name.
*/
public class VaultCheckNameAvailabilityParameters {
/**
Expand Down