summaryrefslogtreecommitdiff
path: root/src/utils.clj
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.clj')
-rwxr-xr-xsrc/utils.clj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/utils.clj b/src/utils.clj
index b0941f6..3f1a7b1 100755
--- a/src/utils.clj
+++ b/src/utils.clj
@@ -224,6 +224,7 @@
(defn url-decode [text]
(URLDecoder/decode text "UTF-8"))
+; TODO: this duplicates str-utils, should be removed
(defn #^String lower-case
"Converts string to all lower-case."
[#^String s]