Skip to content

Commit

Permalink
Correct incorrect imports
Browse files Browse the repository at this point in the history
  • Loading branch information
jtduffy committed Aug 15, 2024
1 parent 0c73dac commit abcc60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@
import com.newrelic.agent.instrumentation.tracing.TraceDetails;
import com.newrelic.agent.instrumentation.tracing.TraceDetailsBuilder;
import com.newrelic.agent.instrumentation.weaver.ClassLoaderClassTransformer;
import com.newrelic.agent.security.deps.org.apache.commons.lang3.StringUtils;
import com.newrelic.agent.service.AbstractService;
import com.newrelic.agent.service.ServiceFactory;
import com.newrelic.agent.util.DefaultThreadFactory;
import com.newrelic.agent.util.asm.Utils;
import com.newrelic.api.agent.NewRelic;
import com.newrelic.api.agent.security.schema.SecurityMetaData;
import org.apache.commons.lang3.StringUtils;
import org.objectweb.asm.commons.Method;

import java.lang.instrument.ClassFileTransformer;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package com.newrelic.agent.config;

import com.newrelic.agent.security.deps.org.junit.Assert;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;

Expand Down

0 comments on commit abcc60c

Please sign in to comment.