File tree 1 file changed +3
-3
lines changed
src/main/java/io/github/delirius325/jmeter/backendlistener/elasticsearch
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,9 @@ private void addDetails() {
185
185
}
186
186
187
187
/**
188
- * This method will parse the headers and look for custom variables passed through as header. It can also seperate
189
- * all headers into different ElasticSearch document properties by passing "true" This is a work-around the native
190
- * behaviour of JMeter where variables are not accessible within the backend listener.
188
+ * This method will parse the headers and look for custom variables passed through as header. It can also separate
189
+ * all headers into different ElasticSearch document properties by passing "true" This is a work-around for the
190
+ * native behaviour of JMeter, where variables are not accessible within the backend listener.
191
191
*
192
192
* @param allReqHeaders boolean to determine if the user wants to separate ALL request headers into different ES JSON
193
193
* properties.
You can’t perform that action at this time.
0 commit comments