parent
7ed108e974
commit
44dee37130
|
|
@ -27,6 +27,7 @@ import org.springframework.util.StringUtils;
|
||||||
* representation.
|
* representation.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
|
* @author Nicholas Williams
|
||||||
* @since 3.0
|
* @since 3.0
|
||||||
* @see java.util.TimeZone
|
* @see java.util.TimeZone
|
||||||
* @see ZoneIdEditor
|
* @see ZoneIdEditor
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ import java.time.ZoneId;
|
||||||
* {@code ZoneId} objects. Exposes the {@code TimeZone} ID as a text
|
* {@code ZoneId} objects. Exposes the {@code TimeZone} ID as a text
|
||||||
* representation.
|
* representation.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Nicholas Williams
|
||||||
* @since 4.0
|
* @since 4.0
|
||||||
* @see java.time.ZoneId
|
* @see java.time.ZoneId
|
||||||
* @see TimeZoneEditor
|
* @see TimeZoneEditor
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@ import java.util.TimeZone;
|
||||||
* be able to produce a non-null TimeZone at the moment.
|
* be able to produce a non-null TimeZone at the moment.
|
||||||
*
|
*
|
||||||
* @author Juergen Hoeller
|
* @author Juergen Hoeller
|
||||||
|
* @author Nicholas Williams
|
||||||
* @since 4.0
|
* @since 4.0
|
||||||
* @see LocaleContextHolder#getTimeZone()
|
* @see LocaleContextHolder#getTimeZone()
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue