Polish javadoc formatting

This commit is contained in:
Stephane Nicoll
2018-08-16 17:19:25 +02:00
parent 16331616dc
commit 8f2ab952f5
3 changed files with 5 additions and 3 deletions

View File

@@ -41,7 +41,7 @@ import java.util.Map;
* <li>When the requested type is an int, other {@link Number} types will be coerced using
* {@link Number#intValue() intValue}. Strings that can be coerced using
* {@link Double#valueOf(String)} will be, and then cast to int.
* <li><a name="lossy">When the requested type is a long, other {@link Number} types will
* <li><a id="lossy">When the requested type is a long, other {@link Number} types will
* be coerced using {@link Number#longValue() longValue}. Strings that can be coerced
* using {@link Double#valueOf(String)} will be, and then cast to long. This two-step
* conversion is lossy for very large values. For example, the string