Skip to content

Commit 4dd7052

Browse files
committed
Regen missing samples
1 parent a6e99d4 commit 4dd7052

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

samples/client/petstore/java/feign-hc5/src/main/java/org/openapitools/client/RFC3339InstantDeserializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030

3131
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.14.0-SNAPSHOT")
3232
public class RFC3339InstantDeserializer<T extends Temporal> extends InstantDeserializer<T> {
33-
33+
private static final long serialVersionUID = 1L;
3434
private final static boolean DEFAULT_NORMALIZE_ZONE_ID = JavaTimeFeature.NORMALIZE_DESERIALIZED_ZONE_ID.enabledByDefault();
3535
private final static boolean DEFAULT_ALWAYS_ALLOW_STRINGIFIED_DATE_TIMESTAMPS
3636
= JavaTimeFeature.ALWAYS_ALLOW_STRINGIFIED_DATE_TIMESTAMPS.enabledByDefault();

samples/client/petstore/java/feign-hc5/src/main/java/org/openapitools/client/RFC3339JavaTimeModule.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.14.0-SNAPSHOT")
2222
public class RFC3339JavaTimeModule extends SimpleModule {
23+
private static final long serialVersionUID = 1L;
2324

2425
public RFC3339JavaTimeModule() {
2526
super("RFC3339JavaTimeModule");

0 commit comments

Comments
 (0)