Skip to content

Commit dac1fcc

Browse files
Fix constant reference in the Javadoc
1 parent 3e42098 commit dac1fcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

exonum-java-binding/common/src/main/java/com/exonum/binding/common/serialization/json/ZonedDateTimeJsonSerializer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333

3434
/**
3535
* {@link ZonedDateTime} string serializer. Used to serialize/deserialize ZonedDateTime values
36-
* from/to strings in the {@link ISO_ZONED_DATE_TIME} date-time format with offset and zone, such
37-
* as '2011-12-03T10:15:30+01:00[Europe/Paris]'.
36+
* from/to strings in the {@link DateTimeFormatter#ISO_ZONED_DATE_TIME} date-time format with
37+
* offset and zone, such as '2011-12-03T10:15:30+01:00[Europe/Paris]'.
3838
*
3939
* <p>All method arguments are non-null by default.
4040
*/

0 commit comments

Comments
 (0)