> @@ -112,11 +112,11 @@ public static boolean isUrlEncoded(String in) {
> * @throws IllegalStateException
> * if encoding isn't {@code UTF-8}
> */
> - public static String urlDecode(@Nullable Object in) {
> + public static String urlDecode(@Nullable String in) {Just want to check if this doesn't break invocations elsewhere. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/83/files#r5535769
