Return-Path: Delivered-To: apmail-struts-commits-archive@locus.apache.org Received: (qmail 40562 invoked from network); 17 Nov 2006 09:05:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2006 09:05:51 -0000 Received: (qmail 14172 invoked by uid 500); 17 Nov 2006 09:05:58 -0000 Delivered-To: apmail-struts-commits-archive@struts.apache.org Received: (qmail 14142 invoked by uid 500); 17 Nov 2006 09:05:58 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 14129 invoked by uid 99); 17 Nov 2006 09:05:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Nov 2006 01:05:57 -0800 X-ASF-Spam-Status: No, hits=-9.4 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; Fri, 17 Nov 2006 01:05:47 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 51DA51A9846; Fri, 17 Nov 2006 01:05:15 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r476083 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.java Date: Fri, 17 Nov 2006 09:05:15 -0000 To: commits@struts.apache.org From: tmjee@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061117090515.51DA51A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tmjee Date: Fri Nov 17 01:05:13 2006 New Revision: 476083 URL: http://svn.apache.org/viewvc?view=rev&rev=476083 Log: WW-1483 - removed unnecessary imports statement Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.java Modified: struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.java URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.java?view=diff&rev=476083&r1=476082&r2=476083 ============================================================================== --- struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.java (original) +++ struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/ClasspathConfigurationProvider.java Fri Nov 17 01:05:13 2006 @@ -23,7 +23,6 @@ import java.lang.annotation.Annotation; import java.lang.reflect.Modifier; import java.net.URL; -import java.util.Collections; import java.util.HashMap; import java.util.Map; import java.util.Properties; @@ -31,10 +30,8 @@ import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; -import org.apache.struts2.StrutsConstants; import com.opensymphony.xwork2.Action; -import com.opensymphony.xwork2.ObjectFactory; import com.opensymphony.xwork2.config.Configuration; import com.opensymphony.xwork2.config.ConfigurationException; import com.opensymphony.xwork2.config.ConfigurationProvider;