Fix
This commit is contained in:
parent
d46bc02287
commit
8eca7fba66
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@
|
|||
(if-not (nil? entry)
|
||||
(let [mv (.visitMethod cw 0
|
||||
(subs entry 1)
|
||||
"(Ljavafx/event/ActionEvent;)V"
|
||||
"(Ljavafx/event/Event;)V"
|
||||
nil nil)]
|
||||
(debug "Generating handler" (subs entry 1) "for" entry)
|
||||
(-> (.visitAnnotation mv "Ljavafx/fxml/FXML;" true)
|
||||
|
|
Loading…
Reference in a new issue