Author: mcombellack
Date: Thu Mar 20 03:47:15 2008
New Revision: 639237

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

Modified:
    
incubator/tuscany/java/sca/modules/binding-http/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceBindingProvider.java

Modified: 
incubator/tuscany/java/sca/modules/binding-http/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceBindingProvider.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/modules/binding-http/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceBindingProvider.java?rev=639237&r1=639236&r2=639237&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/modules/binding-http/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceBindingProvider.java
 (original)
+++ 
incubator/tuscany/java/sca/modules/binding-http/src/main/java/org/apache/tuscany/sca/binding/http/provider/HTTPServiceBindingProvider.java
 Thu Mar 20 03:47:15 2008
@@ -78,8 +78,8 @@
             throw new IllegalStateException("No get or service method found on 
the service");
         }
                 
-        // Create our HTTP service listener servlet and register it with the
-        // servlet host
+        // Create our HTTP service listener Servlet and register it with the
+        // Servlet host
         servletMapping = binding.getURI();
         if (!servletMapping.endsWith("/")) {
             servletMapping += "/";
@@ -95,7 +95,7 @@
 
     public void stop() {
         
-        // Unregister the servlet from the servlet host
+        // Unregister the Servlet from the Servlet host
         servletHost.removeServletMapping(servletMapping);
     }
 



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

Reply via email to