Removed unused import.

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1305654 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Maarten Coene 2012-03-26 22:52:57 +00:00
parent 9fcd616fe5
commit 90870ae137
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ package org.apache.ivy.core.publish;
import java.io.File;
import java.io.IOException;
import java.net.URLDecoder;
import java.util.Arrays;
import java.util.Collection;
import java.util.Collections;