Browse Source

ws

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@350068 13f79535-47bb-0310-9956-ffa450edef68
master
Matthew Jason Benson 19 years ago
parent
commit
3a30ab2427
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/main/org/apache/tools/ant/launch/Locator.java

+ 1
- 1
src/main/org/apache/tools/ant/launch/Locator.java View File

@@ -185,7 +185,7 @@ public final class Locator {
* @throws UnsupportedEncodingException if UTF-8 is not available
* @since Ant 1.7
*/
public static String decodeUri(String uri) throws UnsupportedEncodingException{
public static String decodeUri(String uri) throws UnsupportedEncodingException {
if (uri.indexOf('%') == -1) {
return uri;
}


Loading…
Cancel
Save