CommentInput: fix javadoc warning
The linked ChangeApi#comments has no parameter CommentInput. Change-Id: I18086bcd56eed2e489d5cd9458d83c5097ec9a45
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
package com.google.gerrit.extensions.api.changes;
|
||||
|
||||
/** Input to the {@link ChangeApi#comments(CommentInput)}. */
|
||||
/** Input to the {@link ChangeApi#comments}. */
|
||||
public class CommentInput {
|
||||
public boolean enableContext;
|
||||
}
|
||||
|
Reference in New Issue
Block a user