Whitespace fix

This commit is contained in:
Peter Osterlund 2020-04-06 07:39:37 +02:00
parent a96e9254ff
commit 8c491fffd1

View File

@ -556,7 +556,7 @@ public class Game {
/** Comments associated with a move. */
public static final class CommentInfo {
private Node parent; // If non-null, use parent.postComment instead of
// node.preComment when updating comment data.
// node.preComment when updating comment data.
public String move;
public String preComment;
public String postComment;