From 9010e77d3ef42effd5ec14fe5001e45064203e3e Mon Sep 17 00:00:00 2001 From: neil_a_wilson <neil_a_wilson@localhost> Date: Sat, 17 Mar 2007 22:22:51 +0000 Subject: [PATCH] Add package-info.java files for the tasks, types, and tools.makeldif packages, and fix a couple of typos in the synchronization.common package-info.java file. --- opendj-sdk/opends/src/server/org/opends/server/synchronization/common/package-info.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opends/src/server/org/opends/server/synchronization/common/package-info.java b/opendj-sdk/opends/src/server/org/opends/server/synchronization/common/package-info.java index c2077d1..b8e3fa0 100644 --- a/opendj-sdk/opends/src/server/org/opends/server/synchronization/common/package-info.java +++ b/opendj-sdk/opends/src/server/org/opends/server/synchronization/common/package-info.java @@ -27,7 +27,7 @@ /** * This package contains utilities that can are used by all the packages - * below org.opends.server.synchronization + * below org.opends.server.synchronization. * <br> * The main classes of this core are : * <ul> @@ -36,7 +36,7 @@ * Define Change Numbers used to identify and to order the LDAP changes * </li> * <li> - * <A HREF="ServerState.html"><B>ServerStaten</B></A> + * <A HREF="ServerState.html"><B>ServerState</B></A> * This class is used to define and store the updatedness of any component * of the synchronization architecture (i.e : to know which changes * it has already processed). -- Gitblit v1.10.0