Fixed typos
This commit is contained in:
parent
efb2647978
commit
35d4d7bbac
|
|
@ -86,7 +86,7 @@
|
||||||
scripts be executed?
|
scripts be executed?
|
||||||
Defaults to true, but can be used to switch on
|
Defaults to true, but can be used to switch on
|
||||||
and off the
|
and off the
|
||||||
initialization depending on the enviroment.
|
initialization depending on the environment.
|
||||||
</xsd:documentation>
|
</xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
</xsd:attribute>
|
</xsd:attribute>
|
||||||
|
|
@ -130,7 +130,7 @@
|
||||||
<xsd:attribute name="location" type="xsd:string">
|
<xsd:attribute name="location" type="xsd:string">
|
||||||
<xsd:annotation>
|
<xsd:annotation>
|
||||||
<xsd:documentation><![CDATA[
|
<xsd:documentation><![CDATA[
|
||||||
The resource location of an SQL script to execute. Can be single script location or
|
The resource location of an SQL script to execute. Can be a single script location or
|
||||||
a pattern (e.g. classpath:/com/foo/sql/*-data.sql).
|
a pattern (e.g. classpath:/com/foo/sql/*-data.sql).
|
||||||
]]></xsd:documentation>
|
]]></xsd:documentation>
|
||||||
</xsd:annotation>
|
</xsd:annotation>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue