groovyfx-project / groovyfx

A library for writing JavaFX 8 applications in the Groovy language.
http://groovyfx.org
Apache License 2.0
199 stars 50 forks source link

Typo in SceneGraphBuilder.groovy #29

Closed shnplr closed 8 years ago

shnplr commented 9 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)

aalmiray commented 9 years ago

For reference http://grammarist.com/spelling/cancel/

shnplr commented 9 years ago

https://docs.oracle.com/javase/8/javafx/api/javafx/concurrent/Worker.State.html#CANCELLED

shnplr commented 9 years ago

Also, perhaps call to 'System.out' should be replaced with LOG.debug|info (2 places).