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 @@ -15,7 +15,7 @@
*/
public class SignalRUsageName {
/**
* The indentifier of the usage.
* The identifier of the usage.
*/
@JsonProperty(value = "value")
private String value;
Expand All @@ -27,7 +27,7 @@ public class SignalRUsageName {
private String localizedValue;

/**
* Get the indentifier of the usage.
* Get the identifier of the usage.
*
* @return the value value
*/
Expand All @@ -36,7 +36,7 @@ public String value() {
}

/**
* Set the indentifier of the usage.
* Set the identifier of the usage.
*
* @param value the value value to set
* @return the SignalRUsageName object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
public class SignalRUsageName {
/**
* The indentifier of the usage.
* The identifier of the usage.
*/
@JsonProperty(value = "value")
private String value;
Expand All @@ -27,7 +27,7 @@ public class SignalRUsageName {
private String localizedValue;

/**
* Get the indentifier of the usage.
* Get the identifier of the usage.
*
* @return the value value
*/
Expand All @@ -36,7 +36,7 @@ public String value() {
}

/**
* Set the indentifier of the usage.
* Set the identifier of the usage.
*
* @param value the value value to set
* @return the SignalRUsageName object itself.
Expand Down