Skip to content

Commit e5f37c8

Browse files
committed
The text which was previously "instilled with boldness" (i.e., emboldened) is now just bold. ;)
1 parent ce47e86 commit e5f37c8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

spring-framework-reference/src/xsd-configuration.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
9999
and suchlike.</para>
100100
<para>To use the tags in the <literal>util</literal> schema, you need to have
101101
the following preamble at the top of your Spring XML configuration file;
102-
the emboldened text in the snippet below references the correct schema so that
102+
the bold text in the snippet below references the correct schema so that
103103
the tags in the <literal>util</literal> namespace are available to you.</para>
104104
<programlisting language="xml"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
105105
<beans xmlns="http://www.springframework.org/schema/beans"
@@ -464,7 +464,7 @@ public class Client {
464464
configuration issues, such as looking up a JNDI object and defining EJB references.</para>
465465
<para>To use the tags in the <literal>jee</literal> schema, you need to have
466466
the following preamble at the top of your Spring XML configuration file;
467-
the emboldened text in the following snippet references the correct schema so that
467+
the bold text in the following snippet references the correct schema so that
468468
the tags in the <literal>jee</literal> namespace are available to you.</para>
469469
<programlisting language="xml"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
470470
<beans xmlns="http://www.springframework.org/schema/beans"
@@ -622,7 +622,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
622622
themselves.</para>
623623
<para>In the interest of completeness, to use the tags in the <literal>lang</literal>
624624
schema, you need to have the following preamble at the top of your Spring XML
625-
configuration file; the emboldened text in the following snippet references the
625+
configuration file; the bold text in the following snippet references the
626626
correct schema so that the tags in the <literal>lang</literal> namespace are
627627
available to you.</para>
628628
<programlisting language="xml"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
@@ -647,7 +647,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
647647
themselves.</para>
648648
<para>In the interest of completeness, to use the tags in the <literal>jms</literal>
649649
schema, you need to have the following preamble at the top of your Spring XML
650-
configuration file; the emboldened text in the following snippet references the
650+
configuration file; the bold text in the following snippet references the
651651
correct schema so that the tags in the <literal>jms</literal> namespace are
652652
available to you.</para>
653653
<programlisting language="xml"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
@@ -679,7 +679,7 @@ http://www.springframework.org/schema/beans http://www.springframework.org/schem
679679
</tip>
680680
<para>In the interest of completeness, to use the tags in the <literal>tx</literal>
681681
schema, you need to have the following preamble at the top of your Spring XML
682-
configuration file; the emboldened text in the following snippet references the
682+
configuration file; the bold text in the following snippet references the
683683
correct schema so that the tags in the <literal>tx</literal> namespace are
684684
available to you.</para>
685685
<programlisting language="xml"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>
@@ -710,7 +710,7 @@ http://www.springframework.org/schema/aop http://www.springframework.org/schema/
710710
comprehensively covered in the chapter entitled <xref linkend="aop"/>.</para>
711711
<para>In the interest of completeness, to use the tags in the <literal>aop</literal>
712712
schema, you need to have the following preamble at the top of your Spring XML
713-
configuration file; the emboldened text in the following snippet references the
713+
configuration file; the bold text in the following snippet references the
714714
correct schema so that the tags in the <literal>aop</literal> namespace are
715715
available to you.</para>
716716
<programlisting language="xml"><![CDATA[<?xml version="1.0" encoding="UTF-8"?>

0 commit comments

Comments
 (0)