[jOOQ/jOOQ#12759] Document default initSeparator

This commit is contained in:
Lukas Eder 2022-01-03 16:38:49 +01:00
parent 2b54cf7f1c
commit 9efe79e7e3
2 changed files with 4 additions and 4 deletions

View File

@ -194,7 +194,7 @@ public class Jdbc implements Serializable, XMLAppendable
}
/**
* The separator used to separate statements in the initScript.
* The separator used to separate statements in the initScript, defaulting to ";".
*
*/
public String getInitSeparator() {
@ -202,7 +202,7 @@ public class Jdbc implements Serializable, XMLAppendable
}
/**
* The separator used to separate statements in the initScript.
* The separator used to separate statements in the initScript, defaulting to ";".
*
*/
public void setInitSeparator(String value) {
@ -290,7 +290,7 @@ public class Jdbc implements Serializable, XMLAppendable
}
/**
* The separator used to separate statements in the initScript.
* The separator used to separate statements in the initScript, defaulting to ";".
*
*/
public Jdbc withInitSeparator(String value) {

View File

@ -101,7 +101,7 @@
</element>
<element name="initSeparator" type="string" minOccurs="0" maxOccurs="1">
<annotation><appinfo><jxb:property><jxb:javadoc><![CDATA[The separator used to separate statements in the initScript.]]></jxb:javadoc></jxb:property></appinfo></annotation>
<annotation><appinfo><jxb:property><jxb:javadoc><![CDATA[The separator used to separate statements in the initScript, defaulting to ";".]]></jxb:javadoc></jxb:property></appinfo></annotation>
</element>
</all>
</complexType>