Skip to content

Commit f2a3be9

Browse files
committed
update sample after rebase
1 parent 12ab4d2 commit f2a3be9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • samples/client/others/java/restclient-sealedInterface/src/main/java/org/openapitools/client

samples/client/others/java/restclient-sealedInterface/src/main/java/org/openapitools/client/RFC3339DateFormat.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,14 @@
1212

1313
package org.openapitools.client;
1414

15-
import com.fasterxml.jackson.databind.util.StdDateFormat;
16-
1715
import java.text.DateFormat;
1816
import java.text.FieldPosition;
1917
import java.text.ParsePosition;
2018
import java.util.Date;
2119
import java.text.DecimalFormat;
2220
import java.util.GregorianCalendar;
2321
import java.util.TimeZone;
22+
import com.fasterxml.jackson.databind.util.StdDateFormat;
2423

2524
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.21.0-SNAPSHOT")
2625
public class RFC3339DateFormat extends DateFormat {

0 commit comments

Comments
 (0)