From feb27a36d7268cfc47b57bc87f1bdb14c95ece56 Mon Sep 17 00:00:00 2001 From: Knut Wannheden Date: Thu, 29 Aug 2019 16:58:55 +0200 Subject: [PATCH] [jOOQ/jOOQ#8923] Fix Javadoc of CustomType The Javadoc of `CustomType` was accidentally reverted. --- .../java/org/jooq/meta/jaxb/CustomType.java | 19 +------------------ .../resources/xsd/jooq-codegen-3.13.0.xsd | 4 ++-- 2 files changed, 3 insertions(+), 20 deletions(-) diff --git a/jOOQ-meta/src/main/java/org/jooq/meta/jaxb/CustomType.java b/jOOQ-meta/src/main/java/org/jooq/meta/jaxb/CustomType.java index fd6506170c..9240c98f4b 100644 --- a/jOOQ-meta/src/main/java/org/jooq/meta/jaxb/CustomType.java +++ b/jOOQ-meta/src/main/java/org/jooq/meta/jaxb/CustomType.java @@ -13,25 +13,8 @@ import org.jooq.util.jaxb.tools.XMLBuilder; /** - *

Java class for CustomType complex type. + * @deprecated Use ForcedType only * - *

The following schema fragment specifies the expected content contained within this class. - * - *

- * <complexType name="CustomType">
- *   <complexContent>
- *     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
- *       <all>
- *         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string"/>
- *         <element name="type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="converter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *         <element name="enumConverter" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
- *         <element name="binding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
- *       </all>
- *     </restriction>
- *   </complexContent>
- * </complexType>
- * 
* * */ diff --git a/jOOQ-meta/src/main/resources/xsd/jooq-codegen-3.13.0.xsd b/jOOQ-meta/src/main/resources/xsd/jooq-codegen-3.13.0.xsd index 8786d99cc0..5b52f8e210 100644 --- a/jOOQ-meta/src/main/resources/xsd/jooq-codegen-3.13.0.xsd +++ b/jOOQ-meta/src/main/resources/xsd/jooq-codegen-3.13.0.xsd @@ -882,9 +882,9 @@ for Oracle.]]> - + - + @java.lang.Deprecated