Skip to content

Commit 8268c1c

Browse files
committed
Add since annotation to javadoc for new feature
Closes #6352 and #6353
1 parent 66c2df7 commit 8268c1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/core/src/main/java/org/apache/jmeter/threads/AbstractThreadGroup.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ public AbstractThreadGroupSchema getSchema() {
101101

102102
/**
103103
* Get the time when this thread group has been started
104+
* @since 6.0.0
104105
* @return time in milliseconds since epoch
105106
*/
106107
public long getStartTime() {
@@ -110,6 +111,7 @@ public long getStartTime() {
110111
/**
111112
* Set the time when this thread group has been started.<br>
112113
* Will probably be set by StandardJMeterEngine.
114+
* @since 6.0.0
113115
* @param startTime time in milliseconds since epoch
114116
*/
115117
public void setStartTime(long startTime) {

0 commit comments

Comments
 (0)