Skip to content

Commit 61f27da

Browse files
committed
Polish "Use schema-based config in sql-error-codes.xml"
See gh-31354
1 parent c526459 commit 61f27da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-jdbc/src/main/resources/org/springframework/jdbc/support/sql-error-codes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
32
<!--
43
- Default SQL error codes for well-known databases.
54
- Can be overridden by definitions in a "sql-error-codes.xml" file
@@ -13,7 +12,8 @@
1312
-->
1413
<beans xmlns="http://www.springframework.org/schema/beans"
1514
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:schemaLocation="http://www.springframework.org/schema/beans https://www.springframework.org/schema/beans/spring-beans.xsd">
15+
xsi:schemaLocation="http://www.springframework.org/schema/beans
16+
https://www.springframework.org/schema/beans/spring-beans.xsd">
1717

1818
<bean id="DB2" name="Db2" class="org.springframework.jdbc.support.SQLErrorCodes">
1919
<property name="databaseProductName">

0 commit comments

Comments
 (0)