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

commit ba8824f70bdb92b065cb76aa56ce7347d1b338a3
Author: Felix Schumacher <[email protected]>
AuthorDate: Sun Aug 25 22:04:03 2019 +0200

    Correct typo fix plus markup
    
    Part of #480 on github
---
 src/core/src/main/java/org/apache/jmeter/threads/ThreadGroup.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/src/main/java/org/apache/jmeter/threads/ThreadGroup.java 
b/src/core/src/main/java/org/apache/jmeter/threads/ThreadGroup.java
index f855ed6..86eface 100644
--- a/src/core/src/main/java/org/apache/jmeter/threads/ThreadGroup.java
+++ b/src/core/src/main/java/org/apache/jmeter/threads/ThreadGroup.java
@@ -361,7 +361,7 @@ public class ThreadGroup extends AbstractThreadGroup {
     }
 
     /**
-     * Hard Stop JMeterThread third and interrupt JVM Thread if interrupt is 
true
+     * Hard Stop JMeterThread thread and interrupt JVM Thread if interrupt is 
{@code true}
      * @param jmeterThread {@link JMeterThread}
      * @param jvmThread {@link Thread}
      * @param interrupt Interrupt thread or not

Reply via email to