Return-Path: Delivered-To: apmail-ofbiz-commits-archive@www.apache.org Received: (qmail 36888 invoked from network); 9 Feb 2011 21:13:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2011 21:13:43 -0000 Received: (qmail 74783 invoked by uid 500); 9 Feb 2011 21:13:43 -0000 Delivered-To: apmail-ofbiz-commits-archive@ofbiz.apache.org Received: (qmail 74660 invoked by uid 500); 9 Feb 2011 21:13:43 -0000 Mailing-List: contact commits-help@ofbiz.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ofbiz.apache.org Delivered-To: mailing list commits@ofbiz.apache.org Received: (qmail 74653 invoked by uid 99); 9 Feb 2011 21:13:43 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Feb 2011 21:13:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED 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; Wed, 09 Feb 2011 21:13:41 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 06D75238890B; Wed, 9 Feb 2011 21:13:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1069111 - /ofbiz/trunk/framework/sql/src/org/ofbiz/sql/SQLSelect.java Date: Wed, 09 Feb 2011 21:13:20 -0000 To: commits@ofbiz.apache.org From: mrisaliti@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110209211321.06D75238890B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mrisaliti Date: Wed Feb 9 21:13:20 2011 New Revision: 1069111 URL: http://svn.apache.org/viewvc?rev=1069111&view=rev Log: Remove a unused import in SQLSelect (OFBIZ-4102) Modified: ofbiz/trunk/framework/sql/src/org/ofbiz/sql/SQLSelect.java Modified: ofbiz/trunk/framework/sql/src/org/ofbiz/sql/SQLSelect.java URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/sql/src/org/ofbiz/sql/SQLSelect.java?rev=1069111&r1=1069110&r2=1069111&view=diff ============================================================================== --- ofbiz/trunk/framework/sql/src/org/ofbiz/sql/SQLSelect.java (original) +++ ofbiz/trunk/framework/sql/src/org/ofbiz/sql/SQLSelect.java Wed Feb 9 21:13:20 2011 @@ -18,7 +18,6 @@ */ package org.ofbiz.sql; -import java.util.Collection; import java.util.List; import java.util.Map;