diff options
Diffstat (limited to 'src/clojure/contrib/lazy_xml/with_pull.clj')
-rw-r--r-- | src/clojure/contrib/lazy_xml/with_pull.clj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/clojure/contrib/lazy_xml/with_pull.clj b/src/clojure/contrib/lazy_xml/with_pull.clj index e22b5e56..ee3ae3a3 100644 --- a/src/clojure/contrib/lazy_xml/with_pull.clj +++ b/src/clojure/contrib/lazy_xml/with_pull.clj @@ -36,7 +36,7 @@ (def #^{:private true} factory (doto (XmlPullParserFactory/newInstance) - (setNamespaceAware true))) + (.setNamespaceAware true))) (defn- parse-seq-pull [s] (let [xpp (.newPullParser factory)] |