Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 53067 invoked from network); 14 Feb 2009 16:36:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2009 16:36:34 -0000 Received: (qmail 80474 invoked by uid 500); 14 Feb 2009 16:36:34 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 80439 invoked by uid 500); 14 Feb 2009 16:36:34 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 80430 invoked by uid 99); 14 Feb 2009 16:36:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Feb 2009 08:36:34 -0800 X-ASF-Spam-Status: No, hits=-1998.8 required=10.0 tests=ALL_TRUSTED,FS_REPLICA X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 14 Feb 2009 16:36:33 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id B9A642388962; Sat, 14 Feb 2009 16:36:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r744514 - /directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/control/replication/SyncDoneValueControl.java Date: Sat, 14 Feb 2009 16:36:13 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090214163613.B9A642388962@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Sat Feb 14 16:36:13 2009 New Revision: 744514 URL: http://svn.apache.org/viewvc?rev=744514&view=rev Log: Added the SyncDoneValue control class Added: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/control/replication/SyncDoneValueControl.java (contents, props changed) - copied, changed from r742123, directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/control/replication/SyncDoneValueContol.java Copied: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/control/replication/SyncDoneValueControl.java (from r742123, directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/control/replication/SyncDoneValueContol.java) URL: http://svn.apache.org/viewvc/directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/control/replication/SyncDoneValueControl.java?p2=directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/control/replication/SyncDoneValueControl.java&p1=directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/control/replication/SyncDoneValueContol.java&r1=742123&r2=744514&rev=744514&view=diff ============================================================================== --- directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/control/replication/SyncDoneValueContol.java (original) +++ directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/control/replication/SyncDoneValueControl.java Sat Feb 14 16:36:13 2009 @@ -41,7 +41,7 @@ * @author Apache Directory Project * @version $Rev$, $Date$ */ -public class SyncDoneValueContol extends AbstractMutableControlImpl +public class SyncDoneValueControl extends AbstractMutableControlImpl { /** As this class is serializable, defined its serialVersionUID */ private static final long serialVersionUID = 1L; Propchange: directory/shared/trunk/ldap/src/main/java/org/apache/directory/shared/ldap/message/control/replication/SyncDoneValueControl.java ------------------------------------------------------------------------------ svn:mergeinfo =