Author: mcombellack
Date: Sat Mar 22 06:19:47 2008
New Revision: 639994

URL: http://svn.apache.org/viewvc?rev=639994&view=rev
Log:
Minor JavaDoc updates and spelling corrections

Modified:
    
incubator/tuscany/java/sca/modules/runtime-tomcat/src/main/java/org/apache/tuscany/sca/runtime/tomcat/TuscanyServlet.java
    
incubator/tuscany/java/sca/modules/runtime-tomcat/src/main/java/org/apache/tuscany/sca/runtime/tomcat/TuscanyWrapper.java

Modified: 
incubator/tuscany/java/sca/modules/runtime-tomcat/src/main/java/org/apache/tuscany/sca/runtime/tomcat/TuscanyServlet.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/runtime-tomcat/src/main/java/org/apache/tuscany/sca/runtime/tomcat/TuscanyServlet.java?rev=639994&r1=639993&r2=639994&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/runtime-tomcat/src/main/java/org/apache/tuscany/sca/runtime/tomcat/TuscanyServlet.java
 (original)
+++ 
incubator/tuscany/java/sca/modules/runtime-tomcat/src/main/java/org/apache/tuscany/sca/runtime/tomcat/TuscanyServlet.java
 Sat Mar 22 06:19:47 2008
@@ -32,7 +32,7 @@
 import org.apache.tuscany.sca.host.webapp.WebAppServletHost;
 
 /**
- * A servlet that forwards requests to the servlets registered with the Tuscany
+ * A Servlet that forwards requests to the Servlets registered with the Tuscany
  * ServletHost.
  * 
  * TODO: Copy of host-webapp TuscanyServlet. Can be removed once host-webapp 
TuscanyServlet

Modified: 
incubator/tuscany/java/sca/modules/runtime-tomcat/src/main/java/org/apache/tuscany/sca/runtime/tomcat/TuscanyWrapper.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/runtime-tomcat/src/main/java/org/apache/tuscany/sca/runtime/tomcat/TuscanyWrapper.java?rev=639994&r1=639993&r2=639994&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/runtime-tomcat/src/main/java/org/apache/tuscany/sca/runtime/tomcat/TuscanyWrapper.java
 (original)
+++ 
incubator/tuscany/java/sca/modules/runtime-tomcat/src/main/java/org/apache/tuscany/sca/runtime/tomcat/TuscanyWrapper.java
 Sat Mar 22 06:19:47 2008
@@ -24,8 +24,8 @@
 import org.apache.catalina.core.StandardWrapper;
 
 /**
- * Override the StandardWrapper so that servlets are not instantiated  from 
the 
- * classname but just the instance Tuscany passes in the constructor is always 
used.  
+ * Override the StandardWrapper so that Servlets are not instantiated from the 
+ * class name but just the instance Tuscany passes in the constructor is 
always used.  
  */
 public class TuscanyWrapper extends StandardWrapper {
     private static final long serialVersionUID = 1L;



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to