removed un-needed import after moving classes around

Former-commit-id: bf1d7742c91a7a4b22f5f8850e9e7ca45b4fee8a
This commit is contained in:
Jeremy Long
2014-01-11 12:40:11 -05:00
parent 940889f96f
commit d1cb88b5c5

View File

@@ -18,7 +18,6 @@
*/
package org.owasp.dependencycheck.data.update;
import org.owasp.dependencycheck.data.update.CachedWebDataSource;
import java.util.Iterator;
import java.util.ServiceLoader;