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

docs(regen): fix javadoc return annotation #46

Merged
merged 1 commit into from Jan 21, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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