Browse Source

Fix typo in Javadoc.

Closes #4620
pull/4655/head
Jongwoo Han 2 years ago committed by Mark Paluch
parent
commit
aa5bc4913a
No known key found for this signature in database
GPG Key ID: 55BC6374BAA9D973
  1. 3
      spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/DocumentTestUtils.java

3
spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/DocumentTestUtils.java

@ -29,6 +29,7 @@ import com.mongodb.BasicDBList; @@ -29,6 +29,7 @@ import com.mongodb.BasicDBList;
*
* @author Oliver Gierke
* @author Mark Paluch
* @author Jongwoo Han
*/
public abstract class DocumentTestUtils {
@ -38,7 +39,7 @@ public abstract class DocumentTestUtils { @@ -38,7 +39,7 @@ public abstract class DocumentTestUtils {
* Expects the field with the given key to be not {@literal null} and a {@link Document} in turn and returns it.
*
* @param source the {@link Document} to lookup the nested one
* @param key the key of the field to lokup the nested {@link Document}
* @param key the key of the field to lookup the nested {@link Document}
* @return
*/
public static Document getAsDocument(Document source, String key) {

Loading…
Cancel
Save