Comments for state example.

This commit is contained in:
Ilkka Seppala
2014-08-31 11:20:02 +03:00
parent 3bc005f4b7
commit 4debc8eda4
3 changed files with 18 additions and 0 deletions
@@ -1,5 +1,10 @@
package com.iluwatar;
/**
*
* Mammoth has internal state that defines its behavior.
*
*/
public class Mammoth {
private State state;