[jboss-cvs] container/src/tests/org/jboss/test/vfs ...

Scott Stark scott.stark at jboss.com
Fri Jul 14 11:10:44 EDT 2006


  User: starksm 
  Date: 06/07/14 11:10:44

  Modified:    src/tests/org/jboss/test/vfs  TestClassLoading.java
  Log:
  Move the class loader to a classloding package
  
  Revision  Changes    Path
  1.2       +2 -2      container/src/tests/org/jboss/test/vfs/TestClassLoading.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: TestClassLoading.java
  ===================================================================
  RCS file: /cvsroot/jboss/container/src/tests/org/jboss/test/vfs/TestClassLoading.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- TestClassLoading.java	20 Apr 2006 08:20:31 -0000	1.1
  +++ TestClassLoading.java	14 Jul 2006 15:10:44 -0000	1.2
  @@ -5,14 +5,14 @@
   
   import java.net.URL;
   import junit.framework.TestCase;
  -import org.jboss.vfs.VFSClassLoader;
   import org.jboss.vfs.VFSFactory;
   import org.jboss.vfs.VFSFactoryLocator;
  +import org.jboss.vfs.classloading.VFSClassLoader;
   import org.jboss.vfs.spi.ReadOnlyVFS;
   
   /**
    * @author Scott.Stark at jboss.org
  - * @version $Revision: 1.1 $
  + * @version $Revision: 1.2 $
    */
   public class TestClassLoading  extends TestCase
   {
  
  
  



More information about the jboss-cvs-commits mailing list