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 8268c1c4990564d7fb5f335fee0ca1ab0217370b
Author: Felix Schumacher <[email protected]>
AuthorDate: Fri Sep 27 10:07:56 2024 +0200

    Add since annotation to javadoc for new feature
    
    Closes #6352 and #6353
---
 .../src/main/java/org/apache/jmeter/threads/AbstractThreadGroup.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/src/core/src/main/java/org/apache/jmeter/threads/AbstractThreadGroup.java 
b/src/core/src/main/java/org/apache/jmeter/threads/AbstractThreadGroup.java
index 5b7c6c6857..f64cf41e7d 100644
--- a/src/core/src/main/java/org/apache/jmeter/threads/AbstractThreadGroup.java
+++ b/src/core/src/main/java/org/apache/jmeter/threads/AbstractThreadGroup.java
@@ -101,6 +101,7 @@ public abstract class AbstractThreadGroup extends 
AbstractTestElement
 
     /**
      * Get the time when this thread group has been started
+     * @since 6.0.0
      * @return time in milliseconds since epoch
      */
     public long getStartTime() {
@@ -110,6 +111,7 @@ public abstract class AbstractThreadGroup extends 
AbstractTestElement
     /**
      * Set the time when this thread group has been started.<br>
      * Will probably be set by StandardJMeterEngine.
+     * @since 6.0.0
      * @param startTime time in milliseconds since epoch
      */
     public void setStartTime(long startTime) {

Reply via email to