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 7e90e42 commit b4411ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
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.cassandra4.CassandraUtils;
import com.newrelic.agent.security.instrumentation.cassandra4.CassandraUtils;

@Weave(type = MatchType.Interface, originalName = "com.datastax.oss.driver.api.core.session.Session")
public class Session_Instrumentation {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import com.newrelic.api.agent.weaver.Weave;
import com.newrelic.api.agent.weaver.WeaveAllConstructors;
import com.newrelic.api.agent.weaver.Weaver;
import com.nr.instrumentation.security.cassandra4.CassandraUtils;
import com.newrelic.agent.security.instrumentation.cassandra4.CassandraUtils;

@Weave(type = MatchType.ExactClass, originalName = "com.datastax.oss.driver.internal.core.cql.DefaultPrepareRequest")
public abstract class DefaultPrepareRequest_Instrumentation {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.nr.instrumentation.security.cassandra4;
package com.newrelic.agent.security.instrumentation.cassandra4;

import com.datastax.oss.driver.api.core.CqlIdentifier;
import com.datastax.oss.driver.api.core.cql.BatchStatement;
Expand Down

0 comments on commit b4411ed

Please sign in to comment.