Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabrizio authored and Fabrizio committed Jan 29, 2017
1 parent 04ec669 commit acd15b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Memento/src/CareMementoStack.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ public CareMementoStack() {
stackMemento = new Stack<Memento>();
}

public CareMementoStack(Memento memento) {
stackMemento.add(memento);
}

public Memento pop() {
return stackMemento.pop();
}
Expand Down

0 comments on commit acd15b4

Please sign in to comment.