Skip to content

Commit

Permalink
Generated from 689631a7dfdcdd85ab2ef8bea49799c58f73c73e (#2743)
Browse files Browse the repository at this point in the history
typo: signalr/resource-manager/Microsoft.SignalRService

- excuting -> executing
- SingalR -> SignalR
- resouce -> resource
- indentifier -> identifier
  • Loading branch information
AutorestCI authored Dec 5, 2018
1 parent e18336d commit 2d61b68
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 2d61b68

Please sign in to comment.