diff options
-rw-r--r-- | src/main/clojure/clojure/contrib/properties.clj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/clojure/clojure/contrib/properties.clj b/src/main/clojure/clojure/contrib/properties.clj index fc738416..0e210206 100644 --- a/src/main/clojure/clojure/contrib/properties.clj +++ b/src/main/clojure/clojure/contrib/properties.clj @@ -6,7 +6,10 @@ ; the terms of this license. ; You must not remove this notice, or any other, from this software. -(ns clojure.contrib.properties +;; DEPRECATED in 1.2. Moved to c.c.java-utils + +(ns ^{:deprecated "1.2"} + clojure.contrib.properties (:use [clojure.contrib.string :only (as-str)] [clojure.contrib.io :only (file)]) (:import (java.util Properties) |