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

Commit 28ff392

Browse files
yoshi-automationchingor13
authored andcommitted
docs(regen): fix javadoc return annotation (#60)
1 parent ace71fc commit 28ff392

File tree

3 files changed

+511
-511
lines changed

3 files changed

+511
-511
lines changed

proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/SoftwareConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ public java.util.List<com.google.cloud.dataproc.v1.Component> getOptionalCompone
423423
* repeated .google.cloud.dataproc.v1.Component optional_components = 3 [(.google.api.field_behavior) = OPTIONAL];
424424
* </code>
425425
*
426-
* @param value The optionalComponents to add.
426+
* @return The count of optionalComponents.
427427
*/
428428
public int getOptionalComponentsCount() {
429429
return optionalComponents_.size();

proto-google-cloud-dataproc-v1beta2/src/main/java/com/google/cloud/dataproc/v1beta2/SoftwareConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ public java.util.List<com.google.cloud.dataproc.v1beta2.Component> getOptionalCo
421421
*
422422
* <code>repeated .google.cloud.dataproc.v1beta2.Component optional_components = 3;</code>
423423
*
424-
* @param value The optionalComponents to add.
424+
* @return The count of optionalComponents.
425425
*/
426426
public int getOptionalComponentsCount() {
427427
return optionalComponents_.size();

0 commit comments

Comments
 (0)