Author: janne
Date: Wed Jun 20 05:04:46 2007
New Revision: 549079

URL: http://svn.apache.org/viewvc?view=rev&rev=549079
Log:
organized imports

Modified:
    
incubator/wicket/trunk/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/TestApp1.java

Modified: 
incubator/wicket/trunk/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/TestApp1.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/TestApp1.java?view=diff&rev=549079&r1=549078&r2=549079
==============================================================================
--- 
incubator/wicket/trunk/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/TestApp1.java
 (original)
+++ 
incubator/wicket/trunk/testing/wicket-threadtest/src/main/java/org/apache/wicket/threadtest/apps/app1/TestApp1.java
 Wed Jun 20 05:04:46 2007
@@ -19,10 +19,8 @@
 import org.apache.wicket.Application;
 import org.apache.wicket.markup.html.image.resource.DefaultButtonImageResource;
 import org.apache.wicket.protocol.http.FilePageStore;
-import org.apache.wicket.protocol.http.HttpSessionStore;
 import org.apache.wicket.protocol.http.SecondLevelCacheSessionStore;
 import org.apache.wicket.protocol.http.WebApplication;
-import org.apache.wicket.request.IRequestCycleProcessor;
 import org.apache.wicket.session.ISessionStore;
 
 public class TestApp1 extends WebApplication {
@@ -38,7 +36,7 @@
 
        /**
         * Gets contactsDB.
-        * 
+        *
         * @return contactsDB
         */
        public ContactsDatabase getContactsDB() {


Reply via email to