Skip to content

Commit aa5bc49

Browse files
jongwooomp911de
authored andcommitted
Fix typo in Javadoc.
Closes #4620
1 parent 48b2636 commit aa5bc49

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/DocumentTestUtils.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
*
3030
* @author Oliver Gierke
3131
* @author Mark Paluch
32+
* @author Jongwoo Han
3233
*/
3334
public abstract class DocumentTestUtils {
3435

@@ -38,7 +39,7 @@ private DocumentTestUtils() {}
3839
* Expects the field with the given key to be not {@literal null} and a {@link Document} in turn and returns it.
3940
*
4041
* @param source the {@link Document} to lookup the nested one
41-
* @param key the key of the field to lokup the nested {@link Document}
42+
* @param key the key of the field to lookup the nested {@link Document}
4243
* @return
4344
*/
4445
public static Document getAsDocument(Document source, String key) {

0 commit comments

Comments
 (0)