Skip to content

Commit

Permalink
Renamed package
Browse files Browse the repository at this point in the history
  • Loading branch information
monu-k2io committed Sep 21, 2023
1 parent 7895af1 commit 7f8ddfc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nr.instrumentation.security.org.asynchttpclient;
package com.newrelic.agent.security.instrumentation.org.asynchttpclient;

import com.newrelic.api.agent.security.NewRelicSecurity;
import com.newrelic.api.agent.security.instrumentation.helpers.GenericHelper;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@
*/

package org.asynchttpclient;
import com.newrelic.api.agent.security.NewRelicSecurity;
import com.newrelic.api.agent.security.schema.AbstractOperation;
import com.newrelic.api.agent.weaver.MatchType;
import com.newrelic.api.agent.weaver.Weave;
import com.newrelic.api.agent.weaver.Weaver;
import com.nr.instrumentation.security.org.asynchttpclient.AsynchttpHelper;
import com.newrelic.agent.security.instrumentation.org.asynchttpclient.AsynchttpHelper;

import java.net.MalformedURLException;
import java.net.URI;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import com.newrelic.api.agent.security.schema.operation.SSRFOperation;
import com.newrelic.security.test.marker.Java11IncompatibleTest;
import com.newrelic.security.test.marker.Java17IncompatibleTest;
import com.nr.instrumentation.security.org.asynchttpclient.AsynchttpHelper;
import com.newrelic.agent.security.instrumentation.org.asynchttpclient.AsynchttpHelper;
import org.asynchttpclient.*;
import org.junit.Assert;
import org.junit.FixMethodOrder;
Expand Down

0 comments on commit 7f8ddfc

Please sign in to comment.