Skip to content

Commit

Permalink
Merge pull request #206 from mwfogleman/boolean-exclude
Browse files Browse the repository at this point in the history
Exclude boolean?
  • Loading branch information
daveray authored Jul 24, 2017
2 parents d63cc80 6f14d67 commit 393ccad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/seesaw/util.clj
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 9,7 @@
; You must not remove this notice, or any other, from this software.

(ns seesaw.util
(:refer-clojure :exclude [boolean?])
(:require clojure.string
[j18n.core :as j18n])
(:import [java.net URL URI MalformedURLException URISyntaxException]))
Expand Down

0 comments on commit 393ccad

Please sign in to comment.