Browse Source

polish

pull/23217/head
Keith Donald 16 years ago
parent
commit
5f9ec55512
  1. 2
      spring-framework-reference/src/jdbc.xml
  2. 6
      spring-framework-reference/src/validation.xml

2
spring-framework-reference/src/jdbc.xml

@ -9,7 +9,7 @@ @@ -9,7 +9,7 @@
<para>The value-add provided by the Spring Framework JDBC abstraction is
perhaps best shown by the sequence of actions outlined in the table
bellow. The table shows what actions Spring will take care of and which
below. The table shows what actions Spring will take care of and which
actions are the responsibility of you, the application developer.<!--Is this sequence correct, as far as what developer does and doesn't do? Does it adhere to info in the rest of the chapter?
--><!--How does JDBC know what connection parameters are if a human does not at some point define them?--><!--TR: OK. I have rewritten this as a table indicating who has what responsibility. --></para>

6
spring-framework-reference/src/validation.xml

@ -1176,9 +1176,9 @@ public interface FormatterRegistry { @@ -1176,9 +1176,9 @@ public interface FormatterRegistry {
http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd">
<mvc:annotation-driven conversion-service="conversionService" />
<bean id="conversionService" class="org.springframework.format.support.FormattingConversionServiceFactoryBean" />
<bean id="conversionService" class="org.springframework.format.support.FormattingConversionServiceFactoryBean" />
</beans>
]]>
</programlisting>

Loading…
Cancel
Save