Skip to content

Commit cf402c9

Browse files
committed
Not needed
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1747252 13f79535-47bb-0310-9956-ffa450edef68
1 parent 209976e commit cf402c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main/java/org/apache/commons/io/FileUtils.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,6 @@ public static File toFile(final URL url) {
844844
* @return The decoded URL or {@code null} if the input was
845845
* {@code null}.
846846
*/
847-
// @SuppressWarnings("deprecation") // unavoidable until Java 7
848847
static String decodeUrl(final String url) {
849848
String decoded = url;
850849
if (url != null && url.indexOf('%') >= 0) {

0 commit comments

Comments
 (0)