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

@@ -128,7 +128,7 @@ public class Range<T extends Comparable<T>> {
* bound.
*
* @param <T>
* @param to the left {@link Bound}, must not be {@literal null}.
* @param from the left {@link Bound}, must not be {@literal null}.
* @return
* @since 2.2
*/

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