From e1c16f6292e42e7b589fe845463e31600dcc804f Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Sat, 7 Sep 2013 21:14:36 +0200 Subject: [PATCH] Polish Javadoc for ZoneIdEditor & TimeZoneEditor --- .../springframework/beans/propertyeditors/TimeZoneEditor.java | 3 ++- .../springframework/beans/propertyeditors/ZoneIdEditor.java | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/spring-beans/src/main/java/org/springframework/beans/propertyeditors/TimeZoneEditor.java b/spring-beans/src/main/java/org/springframework/beans/propertyeditors/TimeZoneEditor.java index 0735c47d61..6ee9089039 100644 --- a/spring-beans/src/main/java/org/springframework/beans/propertyeditors/TimeZoneEditor.java +++ b/spring-beans/src/main/java/org/springframework/beans/propertyeditors/TimeZoneEditor.java @@ -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 diff --git a/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ZoneIdEditor.java b/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ZoneIdEditor.java index 1c95051c12..cbaedec679 100644 --- a/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ZoneIdEditor.java +++ b/spring-beans/src/main/java/org/springframework/beans/propertyeditors/ZoneIdEditor.java @@ -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 -- GitLab