diff options
-rw-r--r-- | pom.xml | 1 | ||||
-rw-r--r-- | src/main/clojure/clojure/contrib/pprint/gen_class.clj | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -78,7 +78,6 @@ <namespace>clojure\.contrib\.repl-ln</namespace> <namespace>clojure\.contrib\.pprint\.gen-class</namespace> <namespace>clojure\.contrib\.test-contrib\..*</namespace> - <namespace>!clojure\.contrib\.test-contrib\.pprint\..*</namespace> </namespaces> </configuration> <executions> diff --git a/src/main/clojure/clojure/contrib/pprint/gen_class.clj b/src/main/clojure/clojure/contrib/pprint/gen_class.clj index 1b4c550b..154476c9 100644 --- a/src/main/clojure/clojure/contrib/pprint/gen_class.clj +++ b/src/main/clojure/clojure/contrib/pprint/gen_class.clj @@ -16,7 +16,7 @@ :state state) (gen-class :name clojure.contrib.pprint.PrettyWriter - :impl-ns clojure.contrib.pprint.ColumnWriter + :impl-ns clojure.contrib.pprint.PrettyWriter :extends clojure.contrib.pprint.ColumnWriter :init init :constructors {[java.io.Writer Integer Object] [java.io.Writer Integer]} |