From 22cd9327680765b15fa89b1985bf375b9a0a3e3b Mon Sep 17 00:00:00 2001 From: Mark Craig <mark.craig@forgerock.com> Date: Tue, 18 Jun 2013 17:27:20 +0000 Subject: [PATCH] CR-1868 Fix for OPENDJ-977: Review OpenDJ docs for editorial problems --- opendj3/src/main/docbkx/dev-guide/preface.xml | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opendj3/src/main/docbkx/dev-guide/preface.xml b/opendj3/src/main/docbkx/dev-guide/preface.xml index 0c07e78..aa04beb 100644 --- a/opendj3/src/main/docbkx/dev-guide/preface.xml +++ b/opendj3/src/main/docbkx/dev-guide/preface.xml @@ -20,7 +20,7 @@ ! ! CCPL HEADER END ! - ! Copyright 2011-2012 ForgeRock AS + ! Copyright 2011-2013 ForgeRock AS ! --> <preface xml:id='preface' @@ -39,11 +39,11 @@ <title>Who Should Read this Guide</title> <para>This guide is written for Java developers who want to build directory - client applications with OpenDJ SDK.</para> + client applications with OpenDJ LDAP SDK.</para> <para>This guide starts by explaining LDAP directories briefly, and describing best practices for LDAP client applications. Then it demonstrates - how to install and use OpenDJ SDK to build LDAP clients.</para> + how to install and use OpenDJ LDAP SDK to build LDAP clients.</para> <para>You do not need to be an LDAP wizard to learn something from this guide. You do need some background in writing Java 6 and client-server -- Gitblit v1.10.0