commit | 9b0aec01bc9ec61b3145f73aabf212bb3ecba7d8 | [log] [tgz] |
---|---|---|
author | Edwin Kempin <ekempin@google.com> | Thu Oct 27 13:42:51 2022 +0200 |
committer | Edwin Kempin <ekempin@google.com> | Thu Oct 27 13:43:17 2022 +0200 |
tree | dc7d4e2027c1fbf2e0961da0a3d8e86eef912c12 | |
parent | 73b98e993ea8a3d73ceba6232e4631be0e266af7 [diff] |
OwnedPathInfoSubject: Fix wrong javadoc Signed-off-by: Edwin Kempin <ekempin@google.com> Change-Id: I287684e5fb78deeb08c2eccde069dbf6dccf96e1
diff --git a/java/com/google/gerrit/plugins/codeowners/testing/OwnedPathInfoSubject.java b/java/com/google/gerrit/plugins/codeowners/testing/OwnedPathInfoSubject.java index 3106452..7d28060 100644 --- a/java/com/google/gerrit/plugins/codeowners/testing/OwnedPathInfoSubject.java +++ b/java/com/google/gerrit/plugins/codeowners/testing/OwnedPathInfoSubject.java
@@ -47,7 +47,7 @@ this.ownedPathInfo = ownedPathInfo; } - /** Returns a {@link ComparableSubject} for the code owner owners. */ + /** Returns a {@link IterableSubject} for the code owner owners. */ public IterableSubject hasOwnersThat() { return check("owners").that(ownedPathInfo().owners); }