mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-22 08:14:09 -08:00
classlib: fix javadoc warning
This commit is contained in:
parent
eb91577509
commit
c95af17eae
|
@ -70,7 +70,7 @@ import org.threeten.bp.temporal.UnsupportedTemporalTypeException;
|
|||
* It has the ability to store and retrieve the parsed values and manage optional segments.
|
||||
* It also provides key information to the parsing methods.
|
||||
* <p>
|
||||
* Once parsing is complete, the {@link #toBuilder()} is typically used
|
||||
* Once parsing is complete, the toBuilder() is typically used
|
||||
* to obtain a builder that can combine the separate parsed fields into meaningful values.
|
||||
*
|
||||
* <h3>Specification for implementors</h3>
|
||||
|
|
Loading…
Reference in New Issue
Block a user