We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc31960 commit 7eee546Copy full SHA for 7eee546
1 file changed
command/README.md
@@ -41,8 +41,6 @@ Here's the sample code with wizard and goblin. Let's start from the `Wizard` cla
41
```java
42
public class Wizard {
43
44
- private static final Logger LOGGER = LoggerFactory.getLogger(Wizard.class);
45
-
46
private final Deque<Command> undoStack = new LinkedList<>();
47
private final Deque<Command> redoStack = new LinkedList<>();
48
0 commit comments