This commit is contained in:
zilti 2018-02-14 14:50:26 +00:00
parent d46bc02287
commit 8eca7fba66
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@
(if-not (nil? entry) (if-not (nil? entry)
(let [mv (.visitMethod cw 0 (let [mv (.visitMethod cw 0
(subs entry 1) (subs entry 1)
"(Ljavafx/event/ActionEvent;)V" "(Ljavafx/event/Event;)V"
nil nil)] nil nil)]
(debug "Generating handler" (subs entry 1) "for" entry) (debug "Generating handler" (subs entry 1) "for" entry)
(-> (.visitAnnotation mv "Ljavafx/fxml/FXML;" true) (-> (.visitAnnotation mv "Ljavafx/fxml/FXML;" true)