Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
docs(regen): fix javadoc return annotation (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and chingor13 committed Jan 21, 2020
1 parent ace71fc commit 28ff392
Show file tree
Hide file tree
Showing 3 changed files with 511 additions and 511 deletions.
Expand Up @@ -423,7 +423,7 @@ public java.util.List<com.google.cloud.dataproc.v1.Component> getOptionalCompone
* repeated .google.cloud.dataproc.v1.Component optional_components = 3 [(.google.api.field_behavior) = OPTIONAL];
* </code>
*
* @param value The optionalComponents to add.
* @return The count of optionalComponents.
*/
public int getOptionalComponentsCount() {
return optionalComponents_.size();
Expand Down
Expand Up @@ -421,7 +421,7 @@ public java.util.List<com.google.cloud.dataproc.v1beta2.Component> getOptionalCo
*
* <code>repeated .google.cloud.dataproc.v1beta2.Component optional_components = 3;</code>
*
* @param value The optionalComponents to add.
* @return The count of optionalComponents.
*/
public int getOptionalComponentsCount() {
return optionalComponents_.size();
Expand Down

0 comments on commit 28ff392

Please sign in to comment.