Fix duplicate typos in reference docs
This commit is contained in:
committed by
Josh Cummings
parent
0150de50b7
commit
e27dcd2616
@@ -792,8 +792,7 @@ We previously saw that updating by using `modifyAttributes` is the recommended a
|
||||
the task of calculating attribute modifications and constructing `ModificationItem` arrays accordingly.
|
||||
`DirContextAdapter` can do all of this for us, as follows:
|
||||
|
||||
.Updating using using `DirContextAdapter`
|
||||
====
|
||||
.Updating using `DirContextAdapter`
|
||||
[[modify-modifyAttributes]]
|
||||
[source,java]
|
||||
[subs="verbatim,quotes"]
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
creating a DirContext, looping through NamingEnumerations, handling
|
||||
exceptions and cleaning up resources. This leaves the programmer to
|
||||
handle the important stuff - where to find data (DNs and Filters) and
|
||||
what do do with it (map to and from domain objects, bind, modify,
|
||||
what to do with it (map to and from domain objects, bind, modify,
|
||||
unbind, etc.), in the same way that JdbcTemplate relieves the
|
||||
programmer of all but the actual SQL and how the data maps to the
|
||||
domain model.</li>
|
||||
|
||||
Reference in New Issue
Block a user