Fix package
This commit is contained in:
parent
30916ac5d7
commit
d97b1c2d53
|
@ -1,4 +1,4 @@
|
|||
package datadog.trace.instrumentation.apachehttpclient;
|
||||
package datadog.trace.instrumentation.googlehttpclient;
|
||||
|
||||
import com.google.api.client.http.HttpRequest;
|
||||
import com.google.api.client.http.HttpResponse;
|
|
@ -1,6 +1,6 @@
|
|||
package datadog.trace.instrumentation.apachehttpclient;
|
||||
package datadog.trace.instrumentation.googlehttpclient;
|
||||
|
||||
import static datadog.trace.instrumentation.apachehttpclient.GoogleHttpClientDecorator.DECORATE;
|
||||
import static datadog.trace.instrumentation.googlehttpclient.GoogleHttpClientDecorator.DECORATE;
|
||||
import static java.util.Collections.singletonMap;
|
||||
import static net.bytebuddy.matcher.ElementMatchers.isMethod;
|
||||
import static net.bytebuddy.matcher.ElementMatchers.isPublic;
|
Loading…
Reference in New Issue