Typo in javadoc
authorJaroslav Tulach <jtulach@netbeans.org>
Sun, 10 May 2009 20:22:05 +0200
changeset 145b2390e131c
parent 0 e062b569266f
child 2 465c119a7434
Typo in javadoc
quoridor/src/main/java/cz/xelfi/quoridor/Board.java
     1.1 --- a/quoridor/src/main/java/cz/xelfi/quoridor/Board.java	Sun May 10 20:15:24 2009 +0200
     1.2 +++ b/quoridor/src/main/java/cz/xelfi/quoridor/Board.java	Sun May 10 20:22:05 2009 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4   * with all the placed and not-yet placed fences and player positions.
     1.5   * It it can print itself to stream following the format defined at
     1.6   * http://www.gamerz.net/pbmserv/quoridor.html
     1.7 - * and shall be able to read that format back. There class is immutable
     1.8 + * and shall be able to read that format back. The class is immutable
     1.9   * but it contains "move operations" that produce new Board position.
    1.10   * 
    1.11   * @author Jaroslav Tulach