Skip to content

Commit

Permalink
Corrects build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
anuragagarwal561994 committed Apr 4, 2022
1 parent 80c120a commit 5f6301d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/

package io.opentelemetry.javaagent.instrumentation.apachehttpclient;

import static java.util.logging.Level.FINE;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/

package io.opentelemetry.javaagent.instrumentation.apachehttpclient;

import io.opentelemetry.api.common.AttributeKey;
Expand Down

0 comments on commit 5f6301d

Please sign in to comment.