Skip to content

Commit

Permalink
Merge branch 'feature/httpclient-5' into unittest/httpclient-5
Browse files Browse the repository at this point in the history
  • Loading branch information
monu-k2io committed Sep 21, 2023
2 parents 854e366 + 6fc2f81 commit 4fdc2cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,10 @@
*
*/

package com.nr.agent.instrumentation.security.httpclient50;
package com.newrelic.agent.security.instrumentation.httpclient50;

import com.newrelic.api.agent.Trace;
import com.newrelic.api.agent.security.NewRelicSecurity;
import com.newrelic.api.agent.security.instrumentation.helpers.GenericHelper;
import com.newrelic.api.agent.security.instrumentation.helpers.ServletHelper;
import com.newrelic.api.agent.security.schema.AbstractOperation;
import com.newrelic.api.agent.security.schema.SecurityMetaData;
import com.newrelic.api.agent.security.schema.exceptions.NewRelicSecurityException;
import com.newrelic.api.agent.security.schema.operation.SSRFOperation;
import com.newrelic.api.agent.security.utils.SSRFUtils;
import com.newrelic.api.agent.weaver.MatchType;
import com.newrelic.api.agent.weaver.Weave;
import com.newrelic.api.agent.weaver.Weaver;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nr.agent.instrumentation.security.httpclient50;
package com.newrelic.agent.security.instrumentation.httpclient50;

import com.newrelic.api.agent.security.NewRelicSecurity;
import com.newrelic.api.agent.security.instrumentation.helpers.GenericHelper;
Expand Down

0 comments on commit 4fdc2cc

Please sign in to comment.