File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/io/github/delirius325/jmeter/backendlistener/elasticsearch Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -185,9 +185,9 @@ private void addDetails() {
185185 }
186186
187187 /**
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.
191191 *
192192 * @param allReqHeaders boolean to determine if the user wants to separate ALL request headers into different ES JSON
193193 * properties.
You can’t perform that action at this time.
0 commit comments