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 #44

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 @@ -623,7 +623,7 @@ public com.google.recaptchaenterprise.v1beta1.Assessment.ClassificationReason co
* repeated .google.cloud.recaptchaenterprise.v1beta1.Assessment.ClassificationReason reasons = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
* </code>
*
* @param value The reasons to add.
* @return The count of reasons.
*/
public int getReasonsCount() {
return reasons_.size();
Expand Down