Browse Source

Wrong library name in comment (#5955)

Lauri Tulmin 2 years ago
parent
commit
c5885267c2

+ 1 - 1
instrumentation/finatra-2.9/javaagent/build.gradle.kts

@@ -66,7 +66,7 @@ tasks {
 
 if (findProperty("testLatestDeps") as Boolean) {
   configurations {
-    // akka artifact name is different for regular and latest tests
+    // finatra artifact name is different for regular and latest tests
     testImplementation {
       exclude("com.twitter", "finatra-http_2.11")
     }

+ 1 - 1
instrumentation/rediscala-1.8/javaagent/build.gradle.kts

@@ -60,7 +60,7 @@ tasks {
 
 if (findProperty("testLatestDeps") as Boolean) {
   configurations {
-    // rediscala_ artifact name is different for regular and latest tests
+    // rediscala artifact name is different for regular and latest tests
     testImplementation {
       exclude("com.github.etaty", "rediscala_2.11")
     }