Return-Path: Delivered-To: apmail-directory-commits-archive@www.apache.org Received: (qmail 41635 invoked from network); 31 May 2007 00:34:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 31 May 2007 00:34:57 -0000 Received: (qmail 15469 invoked by uid 500); 31 May 2007 00:35:01 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 15409 invoked by uid 500); 31 May 2007 00:35:01 -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 15398 invoked by uid 99); 31 May 2007 00:35:01 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2007 17:35:01 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 May 2007 17:34:56 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id 9F9751A981A; Wed, 30 May 2007 17:34:36 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r542997 - /directory/apacheds/trunk/server-tools/src/main/java/org/apache/directory/server/tools/commands/importcmd/ImportCommandExecutor.java Date: Thu, 31 May 2007 00:34:36 -0000 To: commits@directory.apache.org From: elecharny@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070531003436.9F9751A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: elecharny Date: Wed May 30 17:34:35 2007 New Revision: 542997 URL: http://svn.apache.org/viewvc?view=rev&rev=542997 Log: Removed unused imports Modified: directory/apacheds/trunk/server-tools/src/main/java/org/apache/directory/server/tools/commands/importcmd/ImportCommandExecutor.java Modified: directory/apacheds/trunk/server-tools/src/main/java/org/apache/directory/server/tools/commands/importcmd/ImportCommandExecutor.java URL: http://svn.apache.org/viewvc/directory/apacheds/trunk/server-tools/src/main/java/org/apache/directory/server/tools/commands/importcmd/ImportCommandExecutor.java?view=diff&rev=542997&r1=542996&r2=542997 ============================================================================== --- directory/apacheds/trunk/server-tools/src/main/java/org/apache/directory/server/tools/commands/importcmd/ImportCommandExecutor.java (original) +++ directory/apacheds/trunk/server-tools/src/main/java/org/apache/directory/server/tools/commands/importcmd/ImportCommandExecutor.java Wed May 30 17:34:35 2007 @@ -67,7 +67,6 @@ import org.apache.directory.shared.ldap.codec.modify.ModifyRequest; import org.apache.directory.shared.ldap.codec.modifyDn.ModifyDNRequest; import org.apache.directory.shared.ldap.codec.unbind.UnBindRequest; -import org.apache.directory.shared.ldap.codec.util.LdapResultEnum; import org.apache.directory.shared.ldap.ldif.Entry; import org.apache.directory.shared.ldap.ldif.LdifReader; import org.apache.directory.shared.ldap.message.ModificationItemImpl;