If clauses and passive are horrible.
authorMarkus Bröker <mbroeker@largo.homelinux.org>
Sat, 13 Dec 2008 13:41:38 +0100
changeset 3 673c7ef3411e
parent 2 f4add19ab159
child 4 429128ca9812
If clauses and passive are horrible.
org/homelinux/largo/checkers/KIBoard.java
org/homelinux/largo/schach/KIBoard.java
--- a/org/homelinux/largo/checkers/KIBoard.java
+++ b/org/homelinux/largo/checkers/KIBoard.java
@@ -75,7 +75,7 @@
 
 	/**
 	 * simulates and returns the next possible move for a Player or null, when no more moves are possible.
-	 * The Turn is flipped automatically if "simulate(...)" will find a valid move.
+	 * The Turn will flip automatically if "simulate(...)" founds a valid move.
 	 */
 	Move simulate(int t, int o) {
 		Move move = null;
--- a/org/homelinux/largo/schach/KIBoard.java
+++ b/org/homelinux/largo/schach/KIBoard.java
@@ -78,7 +78,7 @@
 
 	/**
 	 * simulates and returns the next possible move for a Player or null, when no more moves are possible.
-	 * The Turn is flipped automatically if "simulate(...)" will find a valid move.
+	 * The Turn will flip automatically if "simulate(...)" finds a valid move.
 	 */
 	Move simulate(int t, int o) {
 		Move move = null;