Closed shnplr closed 8 years ago
Line 154- case Worker.State.CANCELED: System.out.println(wv.engine.loadWorker.message); wv.engine.loadWorker.stateProperty().removeListener(this); break;
S/be CANCELLED (with 2 x L's)
For reference http://grammarist.com/spelling/cancel/
https://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Worker.State.html#CANCELLED
Also, perhaps call to 'System.out' should be replaced with LOG.debug|info (2 places).
Line 154- case Worker.State.CANCELED: System.out.println(wv.engine.loadWorker.message); wv.engine.loadWorker.stateProperty().removeListener(this); break;
S/be CANCELLED (with 2 x L's)