Skip to content

Commit

Permalink
Remove misleading default note on ISO.DATE_TIME
Browse files Browse the repository at this point in the history
Closes gh-26134
  • Loading branch information
jhoeller committed Nov 25, 2020
1 parent 8070108 commit 86f9716
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2018 the original author or authors.
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -106,7 +106,6 @@ enum ISO {
/**
* The most common ISO DateTime Format {@code yyyy-MM-dd'T'HH:mm:ss.SSSXXX},
* e.g. "2000-10-31T01:30:00.000-05:00".
* <p>This is the default if no annotation value is specified.
*/
DATE_TIME,

Expand Down

0 comments on commit 86f9716

Please sign in to comment.