Fix Javadoc warnings "invalid member type qualification"

Change-Id: I974ba930f694e4f99da83283b3c38a14ce4b1f35
This commit is contained in:
Matthias Sohn
2020-09-04 11:00:46 +02:00
parent d07a03a981
commit 0bef4c169c

View File

@@ -66,11 +66,11 @@ public class AttentionSetUpdateSubject extends Subject {
} }
/** /**
* Returns a {@link ComparableSubject} for the {@link AttentionSetUpdate.Operation} of attention * Returns a {@link ComparableSubject} for the {@link
* set update. * com.google.gerrit.entities.AttentionSetUpdate.Operation} of attention set update.
* *
* @return {@link ComparableSubject} for the {@link AttentionSetUpdate.Operation} of attention set * @return {@link ComparableSubject} for the {@link
* update * com.google.gerrit.entities.AttentionSetUpdate.Operation} of attention set update.
*/ */
public ComparableSubject<AttentionSetUpdate.Operation> hasOperationThat() { public ComparableSubject<AttentionSetUpdate.Operation> hasOperationThat() {
return check("operation()").that(attentionSetUpdate().operation()); return check("operation()").that(attentionSetUpdate().operation());