Skip to content

Commit 2a2c679

Browse files
Fix a syntax error in an XML listing by adding a missing double-quote
Closes gh-29456
1 parent 32a5830 commit 2a2c679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

framework-docs/src/docs/asciidoc/core/core-validation.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1634,7 +1634,7 @@ If you prefer XML-based configuration, you can use a
16341634
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16351635
xsi:schemaLocation="
16361636
http://www.springframework.org/schema/beans
1637-
https://www.springframework.org/schema/beans/spring-beans.xsd>
1637+
https://www.springframework.org/schema/beans/spring-beans.xsd">
16381638
16391639
<bean id="conversionService" class="org.springframework.format.support.FormattingConversionServiceFactoryBean">
16401640
<property name="registerDefaultFormatters" value="false" />

0 commit comments

Comments
 (0)