update,
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* To change this license header, choose License Headers in Project Properties.
|
||||
* To change this template file, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @author jerrykwok
|
||||
*/
|
||||
public interface LunchSetMemento {
|
||||
public LunchSet getOrig();
|
||||
public void restore();
|
||||
}
|
Reference in New Issue
Block a user