forked from loafle/openapi-generator-original
Improvement on comment
This commit is contained in:
parent
c48b93384b
commit
e3c44b5af3
@ -265,7 +265,7 @@ public class ApiClient {
|
|||||||
|
|
||||||
if (lenientDatetimeFormat) {
|
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.
|
* to support various formats defined by ISO 8601.
|
||||||
*/
|
*/
|
||||||
// normalize time zone
|
// normalize time zone
|
||||||
|
@ -264,7 +264,7 @@ public class ApiClient {
|
|||||||
|
|
||||||
if (lenientDatetimeFormat) {
|
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.
|
* to support various formats defined by ISO 8601.
|
||||||
*/
|
*/
|
||||||
// normalize time zone
|
// normalize time zone
|
||||||
|
Loading…
x
Reference in New Issue
Block a user