InputWithCommitMessage: Annotate message member as @Nullable

Change-Id: Ibf5b7561efe23bc0c7181f170947424c10e38f71
This commit is contained in:
David Pursehouse
2019-10-29 13:52:03 +09:00
parent 4febce32a5
commit 79a735f44e

View File

@@ -18,7 +18,7 @@ import com.google.gerrit.common.Nullable;
/** A generic input with a commit message only. */
public class InputWithCommitMessage {
public String commitMessage;
@Nullable public String commitMessage;
public InputWithCommitMessage() {
this(null);