You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by dg...@apache.org on 2003/02/28 03:55:01 UTC

cvs commit: jakarta-commons-sandbox/resources/src/test/org/apache/commons/resources MessagesTestCase.java

dgraham     2003/02/27 18:55:01

  Modified:    resources/src/test/org/apache/commons/resources
                        MessagesTestCase.java
  Log:
  Fixed bad imports.
  
  Revision  Changes    Path
  1.3       +5 -10     jakarta-commons-sandbox/resources/src/test/org/apache/commons/resources/MessagesTestCase.java
  
  Index: MessagesTestCase.java
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/resources/src/test/org/apache/commons/resources/MessagesTestCase.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- MessagesTestCase.java	28 Dec 2002 23:29:49 -0000	1.2
  +++ MessagesTestCase.java	28 Feb 2003 02:55:00 -0000	1.3
  @@ -63,15 +63,10 @@
   package org.apache.commons.resources;
   
   
  -import java.util.Locale;
   import junit.framework.Test;
   import junit.framework.TestCase;
   import junit.framework.TestSuite;
  -import org.apache.commons.resources.Messages;
  -import org.apache.commons.resources.Resources;
  -import org.apache.commons.resources.ResourcesException;
  -import org.apache.commons.resources.ResourcesFactory;
  -import org.apache.commons.resources.ResourcesKeyException;
  +
   import org.apache.commons.resources.impl.ResourceBundleResourcesFactory;
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org