8133939: javadoc clarification for java.sql.Date.toLocalDate
Reviewed-by: joehw
This commit is contained in:
parent
9073b652b3
commit
791d62a37e
@ -295,11 +295,8 @@ public class Date extends java.util.Date {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Converts this {@code Date} object to a {@code LocalDate}
|
* Creates a {@code LocalDate} instance using the year, month and day
|
||||||
* <p>
|
* from this {@code Date} object.
|
||||||
* The conversion creates a {@code LocalDate} that represents the same
|
|
||||||
* date value as this {@code Date} in local time zone
|
|
||||||
*
|
|
||||||
* @return a {@code LocalDate} object representing the same date value
|
* @return a {@code LocalDate} object representing the same date value
|
||||||
*
|
*
|
||||||
* @since 1.8
|
* @since 1.8
|
||||||
|
Loading…
Reference in New Issue
Block a user