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;
/**
*
* Internal interface to memento.
*
*/
public class StarMementoInternal implements StarMemento {
private StarType type;