8019535: Fix doclint issues in java.time.format
Reviewed-by: lancea, rriggs
This commit is contained in:
parent
6db4640708
commit
a0fa326cb4
@ -1304,6 +1304,7 @@ public final class DateTimeFormatter {
|
|||||||
* LocalTime time = parsed.query(LocalTime::from);
|
* LocalTime time = parsed.query(LocalTime::from);
|
||||||
* Period extraDays = parsed.query(DateTimeFormatter.parsedExcessDays());
|
* Period extraDays = parsed.query(DateTimeFormatter.parsedExcessDays());
|
||||||
* </pre>
|
* </pre>
|
||||||
|
* @return a query that provides access to the excess days that were parsed
|
||||||
*/
|
*/
|
||||||
public static final TemporalQuery<Period> parsedExcessDays() {
|
public static final TemporalQuery<Period> parsedExcessDays() {
|
||||||
return PARSED_EXCESS_DAYS;
|
return PARSED_EXCESS_DAYS;
|
||||||
@ -1344,6 +1345,7 @@ public final class DateTimeFormatter {
|
|||||||
* // validate leap-second is correct and apply correct smoothing
|
* // validate leap-second is correct and apply correct smoothing
|
||||||
* }
|
* }
|
||||||
* </pre>
|
* </pre>
|
||||||
|
* @return a query that provides access to whether a leap-second was parsed
|
||||||
*/
|
*/
|
||||||
public static final TemporalQuery<Boolean> parsedLeapSecond() {
|
public static final TemporalQuery<Boolean> parsedLeapSecond() {
|
||||||
return PARSED_LEAP_SECOND;
|
return PARSED_LEAP_SECOND;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user