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
The following commit(s) were added to refs/heads/master by this push:
new d848aaa spacepolice
d848aaa is described below
commit d848aaa4a0f89c085b0785da26e6895a129ebaad
Author: Felix Schumacher <[email protected]>
AuthorDate: Sat Feb 15 13:32:22 2020 +0100
spacepolice
---
src/core/src/main/java/org/apache/jmeter/threads/JMeterThread.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/core/src/main/java/org/apache/jmeter/threads/JMeterThread.java
b/src/core/src/main/java/org/apache/jmeter/threads/JMeterThread.java
index c43d199..b730df8 100644
--- a/src/core/src/main/java/org/apache/jmeter/threads/JMeterThread.java
+++ b/src/core/src/main/java/org/apache/jmeter/threads/JMeterThread.java
@@ -526,8 +526,8 @@ public class JMeterThread implements Runnable,
Interruptible {
return transactionResult;
}
- private void fillThreadInformation(SampleResult result,
- int nbActiveThreadsInThreadGroup,
+ private void fillThreadInformation(SampleResult result,
+ int nbActiveThreadsInThreadGroup,
int nbTotalActiveThreads) {
result.setGroupThreads(nbActiveThreadsInThreadGroup);
result.setAllThreads(nbTotalActiveThreads);