You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by fs...@apache.org on 2017/12/03 09:44:28 UTC

svn commit: r1817022 - /jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/QueueExecutor.java

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;
 }