Update README.md
This commit is contained in:
parent
dc31960710
commit
7eee546208
@ -41,8 +41,6 @@ Here's the sample code with wizard and goblin. Let's start from the `Wizard` cla
|
|||||||
```java
|
```java
|
||||||
public class Wizard {
|
public class Wizard {
|
||||||
|
|
||||||
private static final Logger LOGGER = LoggerFactory.getLogger(Wizard.class);
|
|
||||||
|
|
||||||
private final Deque<Command> undoStack = new LinkedList<>();
|
private final Deque<Command> undoStack = new LinkedList<>();
|
||||||
private final Deque<Command> redoStack = new LinkedList<>();
|
private final Deque<Command> redoStack = new LinkedList<>();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user