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

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


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

commit a8d12a5d96414fdf94e35291cee5433257fb2df2
Author: Felix Schumacher <[email protected]>
AuthorDate: Wed Jul 17 21:01:08 2019 +0200

    Remove unused import
---
 test/src/org/apache/jmeter/functions/TestStringtoFile.java | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/src/org/apache/jmeter/functions/TestStringtoFile.java 
b/test/src/org/apache/jmeter/functions/TestStringtoFile.java
index bb710e7..cccf3e0 100644
--- a/test/src/org/apache/jmeter/functions/TestStringtoFile.java
+++ b/test/src/org/apache/jmeter/functions/TestStringtoFile.java
@@ -29,7 +29,6 @@ import org.apache.commons.io.FileUtils;
 import org.apache.jmeter.engine.util.CompoundVariable;
 import org.apache.jmeter.junit.JMeterTestCase;
 import org.apache.jmeter.samplers.SampleResult;
-import org.apache.jmeter.services.FileServer;
 import org.apache.jmeter.threads.JMeterContext;
 import org.apache.jmeter.threads.JMeterContextService;
 import org.apache.jmeter.threads.JMeterVariables;

Reply via email to