Skip to content

Commit

Permalink
Fix up one Javadocs comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexLandau committed Nov 5, 2013
1 parent d1dcf4e commit 9b5aa79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/org/ggp/base/util/statemachine/StateMachine.java
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,8 @@ public String getName() {

/**
* Returns a list containing every joint move possible in the given state.
* A joint move consists of one move for each player
* A joint move consists of one move for each role, with the moves in the
* same ordering that their roles have in {@link #getRoles()}.
* <p>
* The list of possible joint moves is the Cartesian product of the lists
* of legal moves available for each player.
Expand Down

0 comments on commit 9b5aa79

Please sign in to comment.