diff --git a/instrumentation/jdbc/src/main/java/com/solarwinds/opentelemetry/instrumentation/JdbcConnectionInstrumentation.java b/instrumentation/jdbc/src/main/java/com/solarwinds/opentelemetry/instrumentation/JdbcConnectionInstrumentation.java index 86560f3d..3fc85034 100644 --- a/instrumentation/jdbc/src/main/java/com/solarwinds/opentelemetry/instrumentation/JdbcConnectionInstrumentation.java +++ b/instrumentation/jdbc/src/main/java/com/solarwinds/opentelemetry/instrumentation/JdbcConnectionInstrumentation.java @@ -47,7 +47,7 @@ public ElementMatcher typeMatcher() { ConfigManager.getConfigOptional(ConfigProperty.AGENT_SQL_TAG_PREPARED, false); if (sqlTagPrepared) { - // Duplicating lines 51 - 62 across TypeInstrumentation impls due runtime muzzle mismatch + // Duplicating lines 51 - 62 across TypeInstrumentation impls due to runtime muzzle mismatch // as a result of missing `net.bytebuddy.matcher.*` classes in consolidated method. ElementMatcher.Junction matcher = null; if (isDbConfigured(TraceContextInjector.Db.mysql)) {