Skip to content

Commit

Permalink
Remove wildcard import and generated comments
Browse files Browse the repository at this point in the history
  • Loading branch information
RCBiczok committed Oct 22, 2022
1 parent c13a36e commit 4507322
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
Expand Up @@ -67,7 +67,15 @@
import javax.validation.constraints.Min;
import javax.validation.constraints.Pattern;
import javax.validation.constraints.Size;
import javax.xml.bind.annotation.*;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlSchema;
import javax.xml.bind.annotation.XmlType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlElementRef;
import javax.xml.bind.annotation.XmlElementRefs;
import javax.xml.bind.annotation.XmlRootElement;
import java.io.IOException;
import java.lang.annotation.Annotation;
import java.lang.reflect.InvocationTargetException;
Expand Down
@@ -1,9 +1,4 @@
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.3.2
// See <a href="https://javaee.github.io/jaxb-v2/">https://javaee.github.io/jaxb-v2/</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2022.10.18 at 10:36:31 PM CEST
//

@javax.xml.bind.annotation.XmlSchema(namespace = "https://www.openapis.org/test/nested", elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
@javax.xml.bind.annotation.XmlSchema(
namespace = "https://www.openapis.org/test/nested",
elementFormDefault = javax.xml.bind.annotation.XmlNsForm.QUALIFIED)
package io.swagger.v3.core.oas.models.xmltest;

0 comments on commit 4507322

Please sign in to comment.