mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 11:31:33 +01:00
Whitespace fix
This commit is contained in:
parent
a96e9254ff
commit
8c491fffd1
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user