Skip to content

Commit

Permalink
Add minor fixes to comments and typos as per code reviewer suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
labbati committed Apr 12, 2019
1 parent c6863f0 commit ff021f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package context


import datadog.trace.agent.test.AgentTestRunner
import datadog.trace.agent.test.utils.ClasspathUtils
import datadog.trace.api.Config
Expand Down
2 changes: 1 addition & 1 deletion dd-java-agent/testing/testing.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ff021f3

Please sign in to comment.