You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2008/04/23 15:09:50 UTC

svn commit: r650856 - /webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/ParameterDescriptionImplTests.java

Author: dims
Date: Wed Apr 23 06:09:48 2008
New Revision: 650856

URL: http://svn.apache.org/viewvc?rev=650856&view=rev
Log:
Checked with Jeff. This comment is Bad/Wrong.

Modified:
    webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/ParameterDescriptionImplTests.java

Modified: webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/ParameterDescriptionImplTests.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/ParameterDescriptionImplTests.java?rev=650856&r1=650855&r2=650856&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/ParameterDescriptionImplTests.java (original)
+++ webservices/axis2/trunk/java/modules/metadata/test/org/apache/axis2/jaxws/description/impl/ParameterDescriptionImplTests.java Wed Apr 23 06:09:48 2008
@@ -26,16 +26,8 @@
 import java.lang.reflect.Method;
 import java.util.List;
 
-/**
- * 
- */
 public class ParameterDescriptionImplTests extends TestCase {
 
-    /*
-    * This is a TEMPORARY test.  It is testing the construction of a
-    * ParameterDesc using a class (instead of a DBC).  Using a class should
-    * be deprecated and only a DBC should be used in construction
-    */
     public void test1() {
         Method[] methods = TestInterface.class.getMethods();
         Method method1 = methods[0];



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org