Skip to content
Merged
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 @@ -17,13 +17,13 @@
*/
public class ListEnvironmentsResponseInner {
/**
* List of all the evironments.
* List of all the environments.
*/
@JsonProperty(value = "environments")
private List<EnvironmentDetails> environments;

/**
* Get list of all the evironments.
* Get list of all the environments.
*
* @return the environments value
*/
Expand All @@ -32,7 +32,7 @@ public List<EnvironmentDetails> environments() {
}

/**
* Set list of all the evironments.
* Set list of all the environments.
*
* @param environments the environments value to set
* @return the ListEnvironmentsResponseInner object itself.
Expand Down