mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
Polish Javadoc for ZoneIdEditor & TimeZoneEditor
This commit is contained in:
+2
-1
@@ -21,7 +21,8 @@ import java.util.TimeZone;
|
||||
|
||||
/**
|
||||
* Editor for {@code java.util.TimeZone}, translating timezone IDs into
|
||||
* TimeZone objects. Exposed the TimeZone ID as a text representation.
|
||||
* {@code TimeZone} objects. Exposes the {@code TimeZone} ID as a text
|
||||
* representation.
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
* @since 3.0
|
||||
|
||||
+2
-1
@@ -21,7 +21,8 @@ import java.time.ZoneId;
|
||||
|
||||
/**
|
||||
* Editor for {@code java.time.ZoneId}, translating zone ID Strings into
|
||||
* ZoneId objects. Exposed the TimeZone ID as a text representation.
|
||||
* {@code ZoneId} objects. Exposes the {@code TimeZone} ID as a text
|
||||
* representation.
|
||||
*
|
||||
* @author Juergen Hoeller
|
||||
* @since 4.0
|
||||
|
||||
Reference in New Issue
Block a user