We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11e7f0f commit d2ed93dCopy full SHA for d2ed93d
spring-data-mongodb/src/main/java/org/springframework/data/mongodb/BindableMongoExpression.java
@@ -30,7 +30,7 @@
30
/**
31
* A {@link MongoExpression} using the {@link ParameterBindingDocumentCodec} for parsing a raw ({@literal json})
32
* expression. The expression will be wrapped within <code>{ ... }</code> if necessary. The actual parsing and parameter
33
- * binding of placeholders like {@code ?0} is delayed upon first call on the the target {@link Document} via
+ * binding of placeholders like {@code ?0} is delayed upon first call on the target {@link Document} via
34
* {@link #toDocument()}.
35
* <br />
36
*
0 commit comments