From commits-return-64961-archive-asf-public=cust-asf.ponee.io@commons.apache.org Mon Oct 15 23:10:00 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 68C6D180647 for ; Mon, 15 Oct 2018 23:10:00 +0200 (CEST) Received: (qmail 29052 invoked by uid 500); 15 Oct 2018 21:09:54 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 29043 invoked by uid 99); 15 Oct 2018 21:09:54 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2018 21:09:54 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8D215DFB18; Mon, 15 Oct 2018 21:09:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sebb@apache.org To: commits@commons.apache.org Message-Id: <0acc6f4a6c704372b04519b34cd106db@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: commons-io git commit: Unused import Date: Mon, 15 Oct 2018 21:09:53 +0000 (UTC) Repository: commons-io Updated Branches: refs/heads/master 58b0f795b -> cc1a99482 Unused import Project: http://git-wip-us.apache.org/repos/asf/commons-io/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-io/commit/cc1a9948 Tree: http://git-wip-us.apache.org/repos/asf/commons-io/tree/cc1a9948 Diff: http://git-wip-us.apache.org/repos/asf/commons-io/diff/cc1a9948 Branch: refs/heads/master Commit: cc1a99482b14b38bd2ab2319f0b1096c0db225ff Parents: 58b0f79 Author: Sebb Authored: Mon Oct 15 22:09:49 2018 +0100 Committer: Sebb Committed: Mon Oct 15 22:09:49 2018 +0100 ---------------------------------------------------------------------- src/test/java/org/apache/commons/io/FilenameUtilsTestCase.java | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-io/blob/cc1a9948/src/test/java/org/apache/commons/io/FilenameUtilsTestCase.java ---------------------------------------------------------------------- diff --git a/src/test/java/org/apache/commons/io/FilenameUtilsTestCase.java b/src/test/java/org/apache/commons/io/FilenameUtilsTestCase.java index 3901f24..38f1555 100644 --- a/src/test/java/org/apache/commons/io/FilenameUtilsTestCase.java +++ b/src/test/java/org/apache/commons/io/FilenameUtilsTestCase.java @@ -35,8 +35,6 @@ import org.junit.Rule; import org.junit.Test; import org.junit.rules.TemporaryFolder; -import org.junit.Assert; - /** * This is used to test FilenameUtils for correctness. *