aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChouser <chouser@n01se.net>2008-11-21 03:38:17 +0000
committerChouser <chouser@n01se.net>2008-11-21 03:38:17 +0000
commit67d52e78ce7ebae5583c8dad112bc42fc871562a (patch)
tree8f0192e4bfc409e113912bdd7200ca33fc39954f /src
parente0c68ea35298096ccd0e633c9ff8382aabfa1c35 (diff)
Update lazy-xml for Clojure SVN 1111
Diffstat (limited to 'src')
-rw-r--r--src/clojure/contrib/lazy_xml/with_pull.clj2
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)]