CommentInput: fix javadoc warning

The linked ChangeApi#comments has no parameter CommentInput.

Change-Id: I18086bcd56eed2e489d5cd9458d83c5097ec9a45
This commit is contained in:
Matthias Sohn
2020-10-10 23:46:08 +02:00
parent 029a9ddf01
commit 1dbadd3b4e

View File

@@ -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;
}