Skip to content

Commit 409128a

Browse files
committed
Documentation improved.
1 parent 2699f2e commit 409128a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aima-gui/src/main/java/aima/gui/fx/demo/search/games/EightPuzzleApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
/**
4545
* Integrable application which demonstrates how different search strategies
46-
* solve the N-Queens problem.
46+
* solve the Eight Puzzle problem.
4747
*
4848
* @author Ruediger Lunde
4949
*

aima-gui/src/main/java/aima/gui/fx/views/EightPuzzleViewCtrl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
/**
1616
* Controller class which provides functionality for using a stack pane as a
17-
* state view for the Eight Puzzle game.
17+
* state view for the Eight Puzzle problem.
1818
*
1919
* @author Ruediger Lunde
2020
*/

0 commit comments

Comments
 (0)