[jgogears commit] r58 - trunk/jgogears/jgogears

0 views
Skip to first unread message

codesite...@google.com

unread,
Mar 10, 2008, 3:09:18 PM3/10/08
to jgog...@googlegroups.com
Author: syeates
Date: Mon Mar 10 12:07:50 2008
New Revision: 58

Modified:
trunk/jgogears/jgogears/Game.java

Log:
fix null boards bug

Modified: trunk/jgogears/jgogears/Game.java
==============================================================================
--- trunk/jgogears/jgogears/Game.java (original)
+++ trunk/jgogears/jgogears/Game.java Mon Mar 10 12:07:50 2008
@@ -93,7 +93,7 @@
private LinkedList<Move> movelist = new LinkedList<Move>();

/** The boardlist. */
- private LinkedList<BoardI> boardlist = new LinkedList<BoardI>();
+ private LinkedList<BoardI> boardlist = null;

/**
* default constractor.

Reply all
Reply to author
Forward
0 new messages