You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/09/26 21:12:28 UTC

[commons-vfs] branch master updated: Remove unused import.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git


The following commit(s) were added to refs/heads/master by this push:
     new 7f83b58  Remove unused import.
7f83b58 is described below

commit 7f83b5861251ef323bb0feb75744432c057ee9b1
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Sep 26 17:12:24 2020 -0400

    Remove unused import.
---
 commons-vfs2/src/test/java/org/apache/commons/vfs2/test/UriTests.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/UriTests.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/UriTests.java
index 5cd8433..a0d6215 100644
--- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/UriTests.java
+++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/test/UriTests.java
@@ -17,7 +17,6 @@
 package org.apache.commons.vfs2.test;
 
 import java.net.URI;
-import java.net.URL;
 
 import org.apache.commons.vfs2.Capability;
 import org.apache.commons.vfs2.FileName;