Skip to content

Commit 9f22ad5

Browse files
committed
Minor syntax change [ci skip]
1 parent 2a0efb4 commit 9f22ad5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/site/xdoc/configuration.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1730,10 +1730,10 @@ public class C3P0DataSourceFactory extends UnpooledDataSourceFactory {
17301730
]]></source>
17311731

17321732
<p>
1733-
The DB_VENDOR implementation databaseIdProvider sets as a databaseId the String returned by
1733+
The DB_VENDOR implementation databaseIdProvider sets as databaseId the String returned by
17341734
<code>DatabaseMetaData#getDatabaseProductName()</code>.
1735-
As usually that string is too long and also, different versions of the same product return different values,
1736-
so you may want to translate it to a shorter one by adding properties like follows:
1735+
Given that usually that string is too long and that different versions of the same product may return different values,
1736+
you may want to convert it to a shorter one by adding properties like follows:
17371737
</p>
17381738

17391739
<source><![CDATA[<databaseIdProvider type="DB_VENDOR">

0 commit comments

Comments
 (0)