[jboss-cvs] JBossCache/tests/functional/org/jboss/cache/loader ...

Manik Surtani manik at jboss.org
Wed May 23 06:31:15 EDT 2007


  User: msurtani
  Date: 07/05/23 06:31:15

  Modified:    tests/functional/org/jboss/cache/loader 
                        TcpCacheServerTest.java
  Log:
  Also ran an imports optimiser on the code base - there were a lot of unused imports floating about.
  
  Revision  Changes    Path
  1.2       +26 -29    JBossCache/tests/functional/org/jboss/cache/loader/TcpCacheServerTest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TcpCacheServerTest.java
  ===================================================================
  RCS file: /cvsroot/jboss/JBossCache/tests/functional/org/jboss/cache/loader/TcpCacheServerTest.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- TcpCacheServerTest.java	22 May 2007 20:12:40 -0000	1.1
  +++ TcpCacheServerTest.java	23 May 2007 10:31:15 -0000	1.2
  @@ -1,11 +1,8 @@
   package org.jboss.cache.loader;
   
  -import java.net.UnknownHostException;
  -
   import junit.framework.Test;
   import junit.framework.TestCase;
   import junit.framework.TestSuite;
  -
   import org.apache.commons.logging.Log;
   import org.apache.commons.logging.LogFactory;
   import org.jboss.cache.Cache;
  @@ -17,7 +14,6 @@
   import org.jboss.cache.config.CacheLoaderConfig;
   import org.jboss.cache.config.Configuration;
   import org.jboss.cache.config.ConfigurationException;
  -import org.jboss.cache.config.Configuration.CacheMode;
   import org.jboss.cache.factories.XmlConfigurationParser;
   import org.jboss.cache.jmx.CacheJmxWrapper;
   import org.jboss.cache.loader.tcp.TcpCacheServer;
  @@ -25,12 +21,13 @@
   import org.jboss.cache.xml.XmlHelper;
   import org.w3c.dom.Element;
   
  +import java.net.UnknownHostException;
  +
   /**
    * Tests various ways of setting up the TcpCacheServer
    *
    * @author Brian Stansberry
  - * 
  - * @version $Id: TcpCacheServerTest.java,v 1.1 2007/05/22 20:12:40 bstansberry Exp $
  + * @version $Id: TcpCacheServerTest.java,v 1.2 2007/05/23 10:31:15 msurtani Exp $
    */
   public class TcpCacheServerTest extends TestCase
   {
  
  
  



More information about the jboss-cvs-commits mailing list