We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b2636 commit aa5bc49Copy full SHA for aa5bc49
spring-data-mongodb/src/test/java/org/springframework/data/mongodb/core/DocumentTestUtils.java
@@ -29,6 +29,7 @@
29
*
30
* @author Oliver Gierke
31
* @author Mark Paluch
32
+ * @author Jongwoo Han
33
*/
34
public abstract class DocumentTestUtils {
35
@@ -38,7 +39,7 @@ private DocumentTestUtils() {}
38
39
* Expects the field with the given key to be not {@literal null} and a {@link Document} in turn and returns it.
40
41
* @param source the {@link Document} to lookup the nested one
- * @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}
43
* @return
44
45
public static Document getAsDocument(Document source, String key) {
0 commit comments