fix Sonar critical issue - remove unnecessary default constructor
This commit is contained in:
@ -36,9 +36,6 @@ public class Wizard {
|
|||||||
private final Deque<Runnable> undoStack = new LinkedList<>();
|
private final Deque<Runnable> undoStack = new LinkedList<>();
|
||||||
private final Deque<Runnable> redoStack = new LinkedList<>();
|
private final Deque<Runnable> redoStack = new LinkedList<>();
|
||||||
|
|
||||||
public Wizard() {
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Cast spell.
|
* Cast spell.
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user