Skip to content

Commit

Permalink
Merge pull request #1193 from haileyajohnson/http-services
Browse files Browse the repository at this point in the history
change setter to use argument
  • Loading branch information
tdrwenski committed Jun 7, 2023
2 parents 4f08d33 + 2426149 commit a512a86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ public void printHeaders() {

// Global set debug interceptors
static public void setGlobalDebugInterceptors(boolean tf) {
defaultinterception = true;
defaultinterception = tf;
}

// Use this flag to have debug interceptors print their info
Expand Down

0 comments on commit a512a86

Please sign in to comment.