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 ee2457d commit acd4d45
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* * SPDX-License-Identifier: Apache-2.0
*
*/
package com.nr.instrumentation.security.grpc1220;
package com.newrelic.agent.security.instrumentation.grpc1220;

import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
Expand All @@ -16,8 +16,8 @@
import com.newrelic.api.agent.security.schema.VulnerabilityCaseType;
import com.newrelic.api.agent.security.schema.operation.RXSSOperation;
import com.newrelic.api.agent.security.schema.operation.SSRFOperation;
import com.nr.instrumentation.security.grpc1220.app.TestClient;
import com.nr.instrumentation.security.grpc1220.app.TestServer;
import com.newrelic.agent.security.instrumentation.grpc1220.app.TestClient;
import com.newrelic.agent.security.instrumentation.grpc1220.app.TestServer;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.BeforeClass;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
*/

package com.nr.instrumentation.security.grpc1220.app;
package com.newrelic.agent.security.instrumentation.grpc1220.app;

import com.google.common.util.concurrent.ListenableFuture;
import com.newrelic.api.agent.NewRelic;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*
*/

package com.nr.instrumentation.security.grpc1220.app;
package com.newrelic.agent.security.instrumentation.grpc1220.app;

import com.newrelic.agent.security.introspec.SecurityInstrumentationTestRunner;
import com.newrelic.api.agent.NewRelic;
Expand Down

0 comments on commit acd4d45

Please sign in to comment.