From 1107351b6e38b307a2617a55fe17d1ddc1aec782 Mon Sep 17 00:00:00 2001 From: wonwoo Date: Mon, 24 Feb 2020 21:04:28 +0900 Subject: [PATCH] DATACMNS-1672 - Fix typos in Javadoc. Original pull request: #431. --- .../java/org/springframework/data/util/TypeInformation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/data/util/TypeInformation.java b/src/main/java/org/springframework/data/util/TypeInformation.java index bbd00271d..6a8ae1397 100644 --- a/src/main/java/org/springframework/data/util/TypeInformation.java +++ b/src/main/java/org/springframework/data/util/TypeInformation.java @@ -107,7 +107,7 @@ public interface TypeInformation { } /** - * Returns whether the property is a {@ link java.util.Map}. If this returns {@literal true} you can expect + * Returns whether the property is a {@link java.util.Map}. If this returns {@literal true} you can expect * {@link #getComponentType()} as well as {@link #getMapValueType()} to return something not {@literal null}. * * @return