Skip to content

Commit

Permalink
Fix a syntax error in an XML listing by adding a missing double-quote
Browse files Browse the repository at this point in the history
Closes gh-29456
  • Loading branch information
davidcostanzo committed Nov 20, 2022
1 parent 32a5830 commit 2a2c679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework-docs/src/docs/asciidoc/core/core-validation.adoc
Expand Up @@ -1634,7 +1634,7 @@ If you prefer XML-based configuration, you can use a
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://www.springframework.org/schema/beans
https://www.springframework.org/schema/beans/spring-beans.xsd>
https://www.springframework.org/schema/beans/spring-beans.xsd">
<bean id="conversionService" class="org.springframework.format.support.FormattingConversionServiceFactoryBean">
<property name="registerDefaultFormatters" value="false" />
Expand Down

0 comments on commit 2a2c679

Please sign in to comment.