diff options
Diffstat (limited to 'src/utils.clj')
| -rwxr-xr-x | src/utils.clj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils.clj b/src/utils.clj index f782836..4ed446a 100755 --- a/src/utils.clj +++ b/src/utils.clj @@ -365,7 +365,6 @@ (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] |
