Skip to content

Commit

Permalink
Fully-qualified Java class belongs in type hint.
Browse files Browse the repository at this point in the history
  • Loading branch information
gcv committed Sep 29, 2011
1 parent 1555632 commit fa85a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/appengine_magic/services/mail.clj
Expand Up @@ -77,7 +77,7 @@
(defrecord #^{:private true} MessagePart [filename content-type data])


(defn- deconstruct-message [#^MimeMessage message]
(defn- deconstruct-message [#^javax.mail.internet.MimeMessage message]
(let [all-subparts (fn [part]
(map #(.getBodyPart part %) (range (.getCount part))))
subparts (fn subparts [part]
Expand Down

0 comments on commit fa85a1e

Please sign in to comment.