Author: pmouawad
Date: Tue Nov 28 21:36:58 2017
New Revision: 1816576

URL: http://svn.apache.org/viewvc?rev=1816576&view=rev
Log:
Bug 61829 - JMS Point-to-Point : If Receive Queue is empty and a timeout is 
set, it is not taken into account
Fixe checkstyle failure.
Sorry for the trees, birds and our dear planet :-( , 1 run for nothing
Bugzilla Id: 61829

Modified:
    
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/QueueExecutor.java

Modified: 
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/QueueExecutor.java
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/QueueExecutor.java?rev=1816576&r1=1816575&r2=1816576&view=diff
==============================================================================
--- 
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/QueueExecutor.java
 (original)
+++ 
jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/QueueExecutor.java
 Tue Nov 28 21:36:58 2017
@@ -18,8 +18,6 @@
 
 package org.apache.jmeter.protocol.jms.sampler;
 
-import java.io.Closeable;
-
 import javax.jms.JMSException;
 import javax.jms.Message;
 


Reply via email to