Sample polishing.

This commit is contained in:
Erwin Vervaet
2007-01-17 09:42:44 +00:00
parent e7129fcaef
commit cef9b94085

View File

@@ -36,7 +36,7 @@ public class MastermindGame implements Serializable {
return data;
}
public Collection getGuessHistory() {
public Collection<GameData.GuessData> getGuessHistory() {
return data.getGuessHistory();
}