diff options
Diffstat (limited to 'src/main/clojure/clojure/contrib/str_utils.clj')
-rw-r--r-- | src/main/clojure/clojure/contrib/str_utils.clj | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/main/clojure/clojure/contrib/str_utils.clj b/src/main/clojure/clojure/contrib/str_utils.clj index 263a2136..2aee325a 100644 --- a/src/main/clojure/clojure/contrib/str_utils.clj +++ b/src/main/clojure/clojure/contrib/str_utils.clj @@ -11,10 +11,13 @@ ;; agreeing to be bound by the terms of this license. You must not ;; remove this notice, or any other, from this software. +;; DEPRECATED in 1.2: Promoted to clojure.java.string. Note that +;; many function names and semantics have changed (ns ^{:author "Stuart Sierra", - :doc "String utilities for Clojure"} + :deprecated "1.2" + :doc "String utilities for Clojure"} clojure.contrib.str-utils (:import (java.util.regex Pattern))) |