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

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 @@ -494,7 +494,7 @@ public com.google.cloud.datacatalog.v1beta1.Taxonomy.PolicyType convert(
* repeated .google.cloud.datacatalog.v1beta1.Taxonomy.PolicyType activated_policy_types = 6 [(.google.api.field_behavior) = OPTIONAL];
* </code>
*
* @param value The activatedPolicyTypes to add.
* @return The count of activatedPolicyTypes.
*/
public int getActivatedPolicyTypesCount() {
return activatedPolicyTypes_.size();
Expand Down