| commit | 9bf37d86596a6a5d5e3202780538265d9dc1e35a | [log] [tgz] |
|---|---|---|
| author | Nitzan Gur-Furman <nitzan@google.com> | Fri Jun 06 06:34:08 2025 -0700 |
| committer | Nitzan Gur-Furman <nitzan@google.com> | Fri Jun 06 06:34:08 2025 -0700 |
| tree | 4c487702934085a1144250635e40b2c53b705789 | |
| parent | 3a9afd6e57e171db8081befa29f950a610275c32 [diff] |
CodeOwnerResolver: Fix Javadoc for AccountCache#get following recent change The signature change is done in I5f9cc56f4634c6bfb72b5fdc600aecec1b9ff2dc Google-Bug: b/414541591 Release-Notes: skip Change-Id: Iaf50aee52d322b3e2942da0015b370f3f07fedc2
diff --git a/java/com/google/gerrit/plugins/codeowners/backend/CodeOwnerResolver.java b/java/com/google/gerrit/plugins/codeowners/backend/CodeOwnerResolver.java index 2f55c21..07d1c7c 100644 --- a/java/com/google/gerrit/plugins/codeowners/backend/CodeOwnerResolver.java +++ b/java/com/google/gerrit/plugins/codeowners/backend/CodeOwnerResolver.java
@@ -268,7 +268,7 @@ * Resolves the given {@link CodeOwnerReference}s to {@link CodeOwner}s. * * <p>The accounts for the given {@link CodeOwnerReference}s are loaded from the account cache in - * parallel (via {@link AccountCache#get(Set)}. + * parallel (via {@link AccountCache#get(Collection)}. * * @param codeOwnerReferences the code owner references that should be resolved * @param annotationsByCodeOwnerReference annotations by code owner reference