Skip to content

Commit

Permalink
Java grr
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 26, 2024
1 parent aea2f56 commit dcfe1fc
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 @@ -152,7 +152,7 @@ EscapeQuotes(String text) {
}

DebugValue(DebugValue) {
if (DebugValue === null) {
if (DebugValue == null) {
DebugValue = '[NULL]';
}

Expand Down

0 comments on commit dcfe1fc

Please sign in to comment.