From e54eb8dd1c2d10f26c566893236a73f862a8c86e Mon Sep 17 00:00:00 2001 From: Mattias Arthursson Date: Tue, 30 Oct 2007 19:16:44 +0000 Subject: [PATCH] Minor fix in ref docs --- spring-ldap/docs/reference/src/overview.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ldap/docs/reference/src/overview.xml b/spring-ldap/docs/reference/src/overview.xml index a58db1a0..695e8bbf 100644 --- a/spring-ldap/docs/reference/src/overview.xml +++ b/spring-ldap/docs/reference/src/overview.xml @@ -16,7 +16,7 @@ comprehensive unchecked Exception hierarchy, built on Spring's DataAccessException. As a bonus, it also contains classes for dynamically building LDAP filters and DNs (Distinguished - Names). + Names), LDAP attribute management, and client-side LDAP transaction management. 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