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 2014/11/13 20:28:43 UTC

svn commit: r1639486 - /jmeter/trunk/src/core/org/apache/jmeter/threads/ThreadGroup.java

Author: fschumacher
Date: Thu Nov 13 19:28:42 2014
New Revision: 1639486

URL: http://svn.apache.org/r1639486
Log:
Bug 57193: Correctly close ol tag in javadoc
Bugzilla Id: 57193

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/threads/ThreadGroup.java

Modified: jmeter/trunk/src/core/org/apache/jmeter/threads/ThreadGroup.java
URL: http://svn.apache.org/viewvc/jmeter/trunk/src/core/org/apache/jmeter/threads/ThreadGroup.java?rev=1639486&r1=1639485&r2=1639486&view=diff
==============================================================================
--- jmeter/trunk/src/core/org/apache/jmeter/threads/ThreadGroup.java (original)
+++ jmeter/trunk/src/core/org/apache/jmeter/threads/ThreadGroup.java Thu Nov 13 19:28:42 2014
@@ -335,7 +335,7 @@ public class ThreadGroup extends Abstrac
      *  <li>stop JMeter thread</li>
      *  <li>interrupt JMeter thread</li>
      *  <li>interrupt underlying thread</li>
-     * <ol>
+     * </ol>
      * @param threadName String thread name
      * @param now boolean for stop
      * @return true if thread stopped