Bugfix for (classifier-label)

This commit is contained in:
Joshua Eckroth 2013-08-06 19:43:46 -04:00
parent 73953ef2fb
commit c650f86c3a

View file

@ -323,7 +323,7 @@ If the class is nominal then the string value (not keyword) is returned."
(defn instance-set-class
"Sets the value (label) of the class attribute for this instance"
[^Instance instance ^String val]
[^Instance instance val]
(doto instance (.setClassValue val)))
(defn instance-set-class-missing