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 90e436e Remove unused import.
90e436e is described below
commit 90e436e82831d25c9a9a8019f7099422cf6f5485
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Mar 12 09:43:43 2021 -0500
Remove unused import.
---
.../org/apache/commons/vfs2/impl/FileContentInfoFilenameFactory.java | 1 -
1 file changed, 1 deletion(-)
diff --git
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/impl/FileContentInfoFilenameFactory.java
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/impl/FileContentInfoFilenameFactory.java
index 31d55e2..fb674be 100644
---
a/commons-vfs2/src/main/java/org/apache/commons/vfs2/impl/FileContentInfoFilenameFactory.java
+++
b/commons-vfs2/src/main/java/org/apache/commons/vfs2/impl/FileContentInfoFilenameFactory.java
@@ -16,7 +16,6 @@
*/
package org.apache.commons.vfs2.impl;
-import java.net.FileNameMap;
import java.net.URLConnection;
import org.apache.commons.vfs2.FileContent;