diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-06-11 15:07:46 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-06-11 15:07:46 -0400 |
| commit | 378ba01ba8a4b67fb5d01dd5adc57fb72e3c86a5 (patch) | |
| tree | e0cfed1c91bfc2d5c46f4158d2fe9279fe9dae24 /src/utils.clj | |
| parent | 39ec1ea2114ff86e4f318b2994b457716476c4d0 (diff) | |
load testing code
Diffstat (limited to 'src/utils.clj')
| -rwxr-xr-x | src/utils.clj | 1 |
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] |
