Add minor fixes to comments and typos as per code reviewer suggestions
This commit is contained in:
parent
c6863f0ca3
commit
ff021f34db
|
@ -1,6 +1,5 @@
|
|||
package context
|
||||
|
||||
|
||||
import datadog.trace.agent.test.AgentTestRunner
|
||||
import datadog.trace.agent.test.utils.ClasspathUtils
|
||||
import datadog.trace.api.Config
|
||||
|
|
|
@ -33,8 +33,8 @@ dependencies {
|
|||
|
||||
testCompile project(':utils:gc-utils')
|
||||
|
||||
// test instrumenting java 1.1 bytecode
|
||||
testCompile group: 'cglib', name: 'cglib', version: '3.2.5'
|
||||
// test instrumenting java 1.1 bytecode
|
||||
testCompile group: 'net.sf.jt400', name: 'jt400', version: '6.1'
|
||||
|
||||
// We have autoservices defined in test subtree, looks like we need this to be able to properly rebuild this
|
||||
|
|
Loading…
Reference in New Issue