Skip to content

Commit

Permalink
really...
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 26, 2024
1 parent b3c7017 commit f67d9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/main/modules/docker-jmeter/libraries/recorder.bsf
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ WritePhpValue(String key, value) {
WritePhpLine(key, value, false);
}

WritePhpValue(String key, value, bool escape) {
WritePhpValue(String key, value, boolean escape) {
if (value == null) {
value = "";
} else if (escape) {
Expand Down

0 comments on commit f67d9dc

Please sign in to comment.