Author: fschumacher
Date: Sun Dec  3 09:44:28 2017
New Revision: 1817022

URL: http://svn.apache.org/viewvc?rev=1817022&view=rev
Log:
javadoc: Add a message to the @throws clause to make javadoc happy.

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=1817022&r1=1817021&r2=1817022&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
 Sun Dec  3 09:44:28 2017
@@ -45,6 +45,7 @@ public interface QueueExecutor {
     /**
      * Close the resources
      * @throws JMSException
+     *             in case of an exception from the messaging system
      */
     void close() throws JMSException;
 }


Reply via email to