You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by mc...@apache.org on 2008/04/04 22:53:14 UTC

svn commit: r644908 - /incubator/tuscany/java/sca/tools/maven/maven-web-junit/src/main/java/org/apache/tuscany/tools/sca/web/junit/plugin/WebJUnitMojo.java

Author: mcombellack
Date: Fri Apr  4 13:53:13 2008
New Revision: 644908

URL: http://svn.apache.org/viewvc?rev=644908&view=rev
Log:
Update to fix minor spelling mistakes in the JavaDoc and comments

Modified:
    incubator/tuscany/java/sca/tools/maven/maven-web-junit/src/main/java/org/apache/tuscany/tools/sca/web/junit/plugin/WebJUnitMojo.java

Modified: incubator/tuscany/java/sca/tools/maven/maven-web-junit/src/main/java/org/apache/tuscany/tools/sca/web/junit/plugin/WebJUnitMojo.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/tools/maven/maven-web-junit/src/main/java/org/apache/tuscany/tools/sca/web/junit/plugin/WebJUnitMojo.java?rev=644908&r1=644907&r2=644908&view=diff
==============================================================================
--- incubator/tuscany/java/sca/tools/maven/maven-web-junit/src/main/java/org/apache/tuscany/tools/sca/web/junit/plugin/WebJUnitMojo.java (original)
+++ incubator/tuscany/java/sca/tools/maven/maven-web-junit/src/main/java/org/apache/tuscany/tools/sca/web/junit/plugin/WebJUnitMojo.java Fri Apr  4 13:53:13 2008
@@ -65,7 +65,7 @@
     private String url;
 
     /**
-     * Timeout for the http connection
+     * Timeout for the HTTP connection
      * @parameter
      */
     private int timeout = 300000; // 5 minutes
@@ -187,7 +187,7 @@
     }
 
     /**
-     * A workaround to avoid logging conflict with geronimo
+     * A workaround to avoid logging conflict with Geronimo
      */
     private static void reset() {
         LogFactory.releaseAll();
@@ -198,7 +198,7 @@
         // Make SimpleLog look more like Maven logs
         System.setProperty("org.apache.commons.logging.simplelog.showShortLogname", "false");
 
-        // Restore default Geornimo bootstrap behavior
+        // Restore default Geronimo bootstrap behavior
         System.getProperties().remove("geronimo.bootstrap.logging.enabled");
     }
 



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