Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 88521 invoked from network); 18 Feb 2005 12:36:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Feb 2005 12:36:55 -0000 Received: (qmail 1556 invoked by uid 500); 18 Feb 2005 12:36:54 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 1487 invoked by uid 500); 18 Feb 2005 12:36:53 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 1468 invoked by uid 99); 18 Feb 2005 12:36:53 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 18 Feb 2005 04:36:53 -0800 Received: (qmail 88486 invoked by uid 1203); 18 Feb 2005 12:36:51 -0000 Date: 18 Feb 2005 12:36:51 -0000 Message-ID: <20050218123651.88485.qmail@minotaur.apache.org> From: dims@apache.org To: ws-axis-cvs@apache.org Subject: cvs commit: ws-axis/java/test/encoding TestDefaultTM.java X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N 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;