Skip to content

Commit 093766b

Browse files
committed
[trivial] Fix silly assignment
1 parent 9f200ad commit 093766b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/groovy/noe/common/utils/VerifyURLBuilder.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public final class VerifyURLBuilder {
196196
* Whether response should be logged on response, by default it is logged on trace level.
197197
*/
198198
VerifyURLBuilder logResponse(boolean logResponse) {
199-
this.logResponse = this.logResponse
199+
this.logResponse = logResponse
200200
return this
201201
}
202202

0 commit comments

Comments
 (0)