Fix Javadoc warnings "invalid member type qualification"
Change-Id: I974ba930f694e4f99da83283b3c38a14ce4b1f35
This commit is contained in:
@@ -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());
|
||||||
|
Reference in New Issue
Block a user