mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-20 12:24:09 +00:00
Comments for memento example.
This commit is contained in:
@@ -1,5 +1,10 @@
|
||||
package com.iluwatar;
|
||||
|
||||
/**
|
||||
*
|
||||
* Internal interface to memento.
|
||||
*
|
||||
*/
|
||||
public class StarMementoInternal implements StarMemento {
|
||||
|
||||
private StarType type;
|
||||
|
||||
Reference in New Issue
Block a user