Fix package

This commit is contained in:
Laplie Anderson 2019-07-08 17:58:42 -04:00
parent 30916ac5d7
commit d97b1c2d53
2 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;