From b2fe1c5361917c3af08b29f0d10f3f57e47d9e42 Mon Sep 17 00:00:00 2001 From: eyalkoren <41850454+eyalkoren@users.noreply.github.com> Date: Thu, 21 Nov 2019 16:30:01 +0200 Subject: [PATCH] Remove invalid javadoc links from MongoDB instrumentation --- .../apm/agent/mongoclient/ConnectionInstrumentation.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apm-agent-plugins/apm-mongoclient-plugin/src/main/java/co/elastic/apm/agent/mongoclient/ConnectionInstrumentation.java b/apm-agent-plugins/apm-mongoclient-plugin/src/main/java/co/elastic/apm/agent/mongoclient/ConnectionInstrumentation.java index 0e21cf7255..977a948e71 100644 --- a/apm-agent-plugins/apm-mongoclient-plugin/src/main/java/co/elastic/apm/agent/mongoclient/ConnectionInstrumentation.java +++ b/apm-agent-plugins/apm-mongoclient-plugin/src/main/java/co/elastic/apm/agent/mongoclient/ConnectionInstrumentation.java @@ -50,9 +50,9 @@ *
  • {@link com.mongodb.connection.Connection#delete}
  • *
  • {@link com.mongodb.connection.Connection#query}
  • *
  • {@link com.mongodb.connection.Connection#getMore}
  • - *
  • {@link com.mongodb.connection.Connection#insertCommand}
  • - *
  • {@link com.mongodb.connection.Connection#updateCommand}
  • - *
  • {@link com.mongodb.connection.Connection#deleteCommand}
  • + *
  • com.mongodb.connection.Connection#insertCommand
  • + *
  • com.mongodb.connection.Connection#updateCommand
  • + *
  • com.mongodb.connection.Connection#deleteCommand
  • * */ public class ConnectionInstrumentation extends MongoClientInstrumentation {