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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
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
Loading