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/06/27 23:01:26 UTC

svn commit: r202071 - /webservices/axis/trunk/java/modules/core/test/org/apache/axis/context/ContextHierarchyTest.java

Author: dims
Date: Mon Jun 27 14:01:25 2005
New Revision: 202071

URL: http://svn.apache.org/viewcvs?rev=202071&view=rev
Log:
Hierarchy

Modified:
    webservices/axis/trunk/java/modules/core/test/org/apache/axis/context/ContextHierarchyTest.java

Modified: webservices/axis/trunk/java/modules/core/test/org/apache/axis/context/ContextHierarchyTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/test/org/apache/axis/context/ContextHierarchyTest.java?rev=202071&r1=202070&r2=202071&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/test/org/apache/axis/context/ContextHierarchyTest.java (original)
+++ webservices/axis/trunk/java/modules/core/test/org/apache/axis/context/ContextHierarchyTest.java Mon Jun 27 14:01:25 2005
@@ -32,12 +32,12 @@
  * To change the template for this generated type comment go to
  * Window>Preferences>Java>Code Generation>Code and Comments
  */
-public class ContextHireachyTest extends TestCase {
+public class ContextHierarchyTest extends TestCase {
     private OperationDescription operationDescription;
     private ServiceDescription serviceDescription;
     private AxisConfiguration axisConfiguration;
 
-    public ContextHireachyTest(String arg0) {
+    public ContextHierarchyTest(String arg0) {
         super(arg0);
     }