From dfecfc83298d7648306d64bd2cd98c196c4e8be3 Mon Sep 17 00:00:00 2001 From: Luca Abbati Date: Fri, 29 Mar 2019 14:15:25 +0100 Subject: [PATCH] Fixed typo in comments (follow-up) --- .../datastax-cassandra-3/datastax-cassandra-3.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dd-java-agent/instrumentation/datastax-cassandra-3/datastax-cassandra-3.gradle b/dd-java-agent/instrumentation/datastax-cassandra-3/datastax-cassandra-3.gradle index ee53fe975d..0871c2ef33 100644 --- a/dd-java-agent/instrumentation/datastax-cassandra-3/datastax-cassandra-3.gradle +++ b/dd-java-agent/instrumentation/datastax-cassandra-3/datastax-cassandra-3.gradle @@ -18,7 +18,7 @@ muzzle { // compatible with Java 7, so we declare the dependency on 20 in our top level dependencies.gradle. // Ideally our muzzle plugin should take into account those versions declaration, instead it does not so we would // end up with testing compatibility with guava 0.16 which lacks the method invocation added to be compatible with - // most recent versions of guava (27+). While the long term solution is to make the muzzle plugin of upstream + // most recent versions of guava (27+). While the long term solution is to make the muzzle plugin aware of upstream // declared dependencies, for now we just make sure that we use the proper ones. extraDependency "com.google.guava:guava:20.0" }