mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-03 06:00:52 +00:00
fix missing private datetime var in java okhttp client
This commit is contained in:
parent
7dd42483a4
commit
96a8440a57
@ -60,6 +60,11 @@ public class ApiClient {
|
|||||||
|
|
||||||
private Map<String, Authentication> authentications;
|
private Map<String, Authentication> authentications;
|
||||||
|
|
||||||
|
private DateFormat dateFormat;
|
||||||
|
private DateFormat datetimeFormat;
|
||||||
|
private boolean lenientDatetimeFormat;
|
||||||
|
private int dateLength;
|
||||||
|
|
||||||
private InputStream sslCaCert;
|
private InputStream sslCaCert;
|
||||||
private boolean verifyingSsl;
|
private boolean verifyingSsl;
|
||||||
private KeyManager[] keyManagers;
|
private KeyManager[] keyManagers;
|
||||||
|
@ -59,6 +59,11 @@ public class ApiClient {
|
|||||||
|
|
||||||
private Map<String, Authentication> authentications;
|
private Map<String, Authentication> authentications;
|
||||||
|
|
||||||
|
private DateFormat dateFormat;
|
||||||
|
private DateFormat datetimeFormat;
|
||||||
|
private boolean lenientDatetimeFormat;
|
||||||
|
private int dateLength;
|
||||||
|
|
||||||
private InputStream sslCaCert;
|
private InputStream sslCaCert;
|
||||||
private boolean verifyingSsl;
|
private boolean verifyingSsl;
|
||||||
private KeyManager[] keyManagers;
|
private KeyManager[] keyManagers;
|
||||||
|
@ -59,6 +59,11 @@ public class ApiClient {
|
|||||||
|
|
||||||
private Map<String, Authentication> authentications;
|
private Map<String, Authentication> authentications;
|
||||||
|
|
||||||
|
private DateFormat dateFormat;
|
||||||
|
private DateFormat datetimeFormat;
|
||||||
|
private boolean lenientDatetimeFormat;
|
||||||
|
private int dateLength;
|
||||||
|
|
||||||
private InputStream sslCaCert;
|
private InputStream sslCaCert;
|
||||||
private boolean verifyingSsl;
|
private boolean verifyingSsl;
|
||||||
private KeyManager[] keyManagers;
|
private KeyManager[] keyManagers;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user