Skip to content

Commit

Permalink
Suppressing NonFinalStaticField
Browse files Browse the repository at this point in the history
  • Loading branch information
LikeTheSalad committed Oct 25, 2023
1 parent 2bb40e5 commit 52b83a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/
public final class OkHttpUtil {
// For testing purposes
@SuppressWarnings("NonFinalStaticField")
static boolean propagateContextInDispatcher = false;

/** Returns a {@link Dispatcher} using daemon threads, otherwise matching the OkHttp default. */
Expand Down

0 comments on commit 52b83a0

Please sign in to comment.