mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-08 11:23:58 +00:00
Improvement on comment
This commit is contained in:
parent
c48b93384b
commit
e3c44b5af3
@ -265,7 +265,7 @@ public class ApiClient {
|
||||
|
||||
if (lenientDatetimeFormat) {
|
||||
/*
|
||||
* When the default datetime format is used, process the given string
|
||||
* When lenientDatetimeFormat is enabled, process the given string
|
||||
* to support various formats defined by ISO 8601.
|
||||
*/
|
||||
// normalize time zone
|
||||
|
@ -264,7 +264,7 @@ public class ApiClient {
|
||||
|
||||
if (lenientDatetimeFormat) {
|
||||
/*
|
||||
* When the default datetime format is used, process the given string
|
||||
* When lenientDatetimeFormat is enabled, process the given string
|
||||
* to support various formats defined by ISO 8601.
|
||||
*/
|
||||
// normalize time zone
|
||||
|
Loading…
Reference in New Issue
Block a user