Skip to content

Commit

Permalink
Update ControllerParams.java
Browse files Browse the repository at this point in the history
address comment
  • Loading branch information
yunhanw-google authored Mar 11, 2024
1 parent b657acf commit 9f5818d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,8 +368,8 @@ public Builder setAdminSubject(long adminSubject) {
* Controls enabling server interactions on a controller. For ICD check-in message, this feature
* has to be enabled.
*
* @param enableServerInteractions
* @return
* @param enableServerInteractions indicates whether to enable server interactions.
*
*/
public Builder setEnableServerInteractions(boolean enableServerInteractions) {
this.enableServerInteractions = enableServerInteractions;
Expand Down

0 comments on commit 9f5818d

Please sign in to comment.