Minor fix in ref docs

This commit is contained in:
Mattias Arthursson
2007-10-30 19:16:44 +00:00
parent 6476fa3be9
commit e54eb8dd1c

View File

@@ -16,7 +16,7 @@
comprehensive unchecked Exception hierarchy, built on Spring's
<literal>DataAccessException</literal>. As a bonus, it also contains
classes for dynamically building LDAP filters and DNs (Distinguished
Names).</para>
Names), LDAP attribute management, and client-side LDAP transaction management.</para>
<para>Consider, for example, a method that should search some storage for
all persons and return their names in a list. Using JDBC, we would create