Skip to content

Commit

Permalink
Add since annotation to javadoc for new feature
Browse files Browse the repository at this point in the history
Closes #6352 and #6353
  • Loading branch information
FSchumacher committed Oct 25, 2024
1 parent 66c2df7 commit 8268c1c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public AbstractThreadGroupSchema getSchema() {

/**
* Get the time when this thread group has been started
* @since 6.0.0
* @return time in milliseconds since epoch
*/
public long getStartTime() {
Expand All @@ -110,6 +111,7 @@ public long getStartTime() {
/**
* 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) {
Expand Down

0 comments on commit 8268c1c

Please sign in to comment.