Skip to content

Commit 44dee37

Browse files
committed
Added further author tags
Issue: SPR-1528
1 parent 7ed108e commit 44dee37

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

spring-beans/src/main/java/org/springframework/beans/propertyeditors/TimeZoneEditor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
* representation.
2828
*
2929
* @author Juergen Hoeller
30+
* @author Nicholas Williams
3031
* @since 3.0
3132
* @see java.util.TimeZone
3233
* @see ZoneIdEditor

spring-beans/src/main/java/org/springframework/beans/propertyeditors/ZoneIdEditor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* {@code ZoneId} objects. Exposes the {@code TimeZone} ID as a text
2525
* representation.
2626
*
27-
* @author Juergen Hoeller
27+
* @author Nicholas Williams
2828
* @since 4.0
2929
* @see java.time.ZoneId
3030
* @see TimeZoneEditor

spring-context/src/main/java/org/springframework/context/i18n/TimeZoneAwareLocaleContext.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
* be able to produce a non-null TimeZone at the moment.
2727
*
2828
* @author Juergen Hoeller
29+
* @author Nicholas Williams
2930
* @since 4.0
3031
* @see LocaleContextHolder#getTimeZone()
3132
*/

0 commit comments

Comments
 (0)