Skip to content

Commit c0e8a36

Browse files
committed
Polishing
(cherry picked from commit ed451c1)
1 parent 8362893 commit c0e8a36

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

framework-docs/modules/ROOT/pages/data-access/jdbc/simple.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ configuration options. You should instantiate the `SimpleJdbcInsert` in the data
1515
layer's initialization method. For this example, the initializing method is the
1616
`setDataSource` method. You do not need to subclass the `SimpleJdbcInsert` class. Instead,
1717
you can create a new instance and set the table name by using the `withTableName` method.
18-
Configuration methods for this class follow the `fluid` style that returns the instance
18+
Configuration methods for this class follow the `fluent` style that returns the instance
1919
of the `SimpleJdbcInsert`, which lets you chain all configuration methods. The following
2020
example uses only one configuration method (we show examples of multiple methods later):
2121

framework-docs/modules/ROOT/pages/integration/appendix.adoc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,11 @@
11
[[appendix]]
22
= Appendix
33

4-
5-
6-
74
[[appendix.xsd-schemas]]
85
== XML Schemas
96

107
This part of the appendix lists XML schemas related to integration technologies.
118

12-
13-
149
[[appendix.xsd-schemas-jee]]
1510
=== The `jee` Schema
1611

0 commit comments

Comments
 (0)