Skip to content

Commit

Permalink
Not visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Anuraag Agrawal committed Jan 6, 2021
1 parent a1eb942 commit 31853bc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@
* @see ContextPropagators
*/
public final class GlobalOpenTelemetry {
// Visible for testing
static final Logger logger = Logger.getLogger(GlobalOpenTelemetry.class.getName());

private static final Logger logger = Logger.getLogger(GlobalOpenTelemetry.class.getName());

private static final Object mutex = new Object();

Expand Down

0 comments on commit 31853bc

Please sign in to comment.