DATACMNS-1672 - Fix typos in Javadoc.

Original pull request: #431.
This commit is contained in:
wonwoo
2020-02-24 21:04:28 +09:00
committed by Mark Paluch
parent 09e3bedf74
commit 12b9850a85
2 changed files with 2 additions and 2 deletions

View File

@@ -107,7 +107,7 @@ public interface TypeInformation<S> {
}
/**
* 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