Skip to content

Commit c9d2c84

Browse files
Fixed JavaDoc
1 parent 2ec8477 commit c9d2c84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/io/github/delirius325/jmeter/backendlistener/elasticsearch/ElasticSearchMetric.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ public ElasticSearchMetric(SampleResult sr, String testMode, String timeStamp, i
3232
}
3333

3434
/**
35-
* This method returns the current metric as JSON (Map<String, Object>) for the provided sampleResult
35+
* This method returns the current metric as a Map(String, Object) for the provided sampleResult
3636
* @param context BackendListenerContext
37-
* @return a JSON Object as Map<String, Object>
37+
* @return a JSON Object as Map(String, Object)
3838
*/
3939
public Map<String, Object> getMetric(BackendListenerContext context) throws Exception {
4040
SimpleDateFormat sdf = new SimpleDateFormat(this.esTimestamp);

0 commit comments

Comments
 (0)