You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2017/11/05 14:06:41 UTC

svn commit: r1814358 - /jmeter/trunk/test/src/org/apache/jmeter/functions/TestFileRowColContainer.java

Author: pmouawad
Date: Sun Nov  5 14:06:41 2017
New Revision: 1814358

URL: http://svn.apache.org/viewvc?rev=1814358&view=rev
Log:
Remove unused import

Modified:
    jmeter/trunk/test/src/org/apache/jmeter/functions/TestFileRowColContainer.java

Modified: jmeter/trunk/test/src/org/apache/jmeter/functions/TestFileRowColContainer.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/test/src/org/apache/jmeter/functions/TestFileRowColContainer.java?rev=1814358&r1=1814357&r2=1814358&view=diff
==============================================================================
--- jmeter/trunk/test/src/org/apache/jmeter/functions/TestFileRowColContainer.java (original)
+++ jmeter/trunk/test/src/org/apache/jmeter/functions/TestFileRowColContainer.java Sun Nov  5 14:06:41 2017
@@ -23,7 +23,6 @@ import static org.junit.Assert.assertNot
 import static org.junit.Assert.assertTrue;
 import static org.junit.Assert.fail;
 
-import java.io.FileNotFoundException;
 import java.nio.file.NoSuchFileException;
 
 import org.apache.jmeter.junit.JMeterTestCase;