[jboss-cvs] JBossAS SVN: r71325 - in trunk/testsuite/src/main/org/jboss/test: common and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 26 17:18:22 EDT 2008


Author: pgier
Date: 2008-03-26 17:18:22 -0400 (Wed, 26 Mar 2008)
New Revision: 71325

Modified:
   trunk/testsuite/src/main/org/jboss/test/bpel/ws/production/ProviderTestCase.java
   trunk/testsuite/src/main/org/jboss/test/common/ResolverTest.java
Log:
Fix a couple of bad characters that were causing compile warnings.

Modified: trunk/testsuite/src/main/org/jboss/test/bpel/ws/production/ProviderTestCase.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/bpel/ws/production/ProviderTestCase.java	2008-03-26 21:13:22 UTC (rev 71324)
+++ trunk/testsuite/src/main/org/jboss/test/bpel/ws/production/ProviderTestCase.java	2008-03-26 21:18:22 UTC (rev 71325)
@@ -8,7 +8,7 @@
 import org.jboss.test.webservice.WebserviceTestBase;
 
 /**
- * @author Alejandro Guízar
+ * @author Alejandro Guizar
  * @version $Revision$ $Date$
  */
 public class ProviderTestCase extends WebserviceTestBase {

Modified: trunk/testsuite/src/main/org/jboss/test/common/ResolverTest.java
===================================================================
--- trunk/testsuite/src/main/org/jboss/test/common/ResolverTest.java	2008-03-26 21:13:22 UTC (rev 71324)
+++ trunk/testsuite/src/main/org/jboss/test/common/ResolverTest.java	2008-03-26 21:18:22 UTC (rev 71325)
@@ -47,7 +47,7 @@
     * 
     * @throws IOException - in error case
     * @throws MalformedURLException - in error case
-    * @throws URISyntaxException - if the url can´t be resolved
+    * @throws URISyntaxException - if the url can't be resolved
     */
    public void testResolver() throws IOException, MalformedURLException, URISyntaxException{
       if (true) return;




More information about the jboss-cvs-commits mailing list