You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/02/18 13:36:51 UTC

cvs commit: ws-axis/java/test/encoding TestDefaultTM.java

dims        2005/02/18 04:36:51

  Modified:    java/test/encoding TestDefaultTM.java
  Log:
  Fix typo in glen's check-in
  
  Revision  Changes    Path
  1.2       +1 -1      ws-axis/java/test/encoding/TestDefaultTM.java
  
  Index: TestDefaultTM.java
  ===================================================================
  RCS file: /home/cvs/ws-axis/java/test/encoding/TestDefaultTM.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- TestDefaultTM.java	17 Feb 2005 20:05:06 -0000	1.1
  +++ TestDefaultTM.java	18 Feb 2005 12:36:51 -0000	1.2
  @@ -14,7 +14,7 @@
    * limitations under the License.
    */
   
  -package encoding;
  +package test.encoding;
   
   import junit.framework.TestCase;
   import org.apache.axis.encoding.TypeMappingRegistryImpl;