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 {