Improved comments for state pattern.

This commit is contained in:
Ilkka Seppala
2015-01-08 20:30:10 +02:00
parent 742f8376b3
commit 27a27594f4
3 changed files with 13 additions and 1 deletions
@@ -1,5 +1,10 @@
package com.iluwatar;
/**
*
* Peaceful state.
*
*/
public class PeacefulState implements State {
private Mammoth mammoth;