Skip to content

Commit

Permalink
Fix typo in Javadoc.
Browse files Browse the repository at this point in the history
Closes #4620
  • Loading branch information
jongwooo authored and mp911de committed Jan 22, 2024
1 parent 0265581 commit 45b2c73
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -29,6 +29,7 @@
*
* @author Oliver Gierke
* @author Mark Paluch
* @author Jongwoo Han
*/
public abstract class DocumentTestUtils {

Expand All @@ -38,7 +39,7 @@ private 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) {
Expand Down

0 comments on commit 45b2c73

Please sign in to comment.