Comments for memento example.

This commit is contained in:
Ilkka Seppala
2014-08-31 11:13:50 +03:00
parent 13306023f0
commit 8ddcdac33e
4 changed files with 24 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
package com.iluwatar;
/**
*
* Star uses "mementos" to store and restore state.
*
*/
public class Star {
private StarType type;