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 (#46)
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 8f2c02c commit 4976f47
Show file tree
Hide file tree
Showing 3 changed files with 276 additions and 276 deletions.
Expand Up @@ -5387,7 +5387,7 @@ public com.google.cloud.websecurityscanner.v1alpha.ScanConfig.TargetPlatform con
* repeated .google.cloud.websecurityscanner.v1alpha.ScanConfig.TargetPlatform target_platforms = 9;
* </code>
*
* @param value The targetPlatforms to add.
* @return The count of targetPlatforms.
*/
public int getTargetPlatformsCount() {
return targetPlatforms_.size();
Expand Down
Expand Up @@ -5705,7 +5705,7 @@ public com.google.cloud.websecurityscanner.v1beta.ScanConfig.TargetPlatform conv
* repeated .google.cloud.websecurityscanner.v1beta.ScanConfig.TargetPlatform target_platforms = 9;
* </code>
*
* @param value The targetPlatforms to add.
* @return The count of targetPlatforms.
*/
public int getTargetPlatformsCount() {
return targetPlatforms_.size();
Expand Down

0 comments on commit 4976f47

Please sign in to comment.