Author: mcombellack
Date: Tue Mar 25 06:25:03 2008
New Revision: 640797

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

Modified:
    
incubator/tuscany/java/sca/itest/callback-api/src/main/java/org/apache/tuscany/sca/test/CallBackApiClientImpl.java
    
incubator/tuscany/java/sca/itest/callback-api/src/main/java/org/apache/tuscany/sca/test/CallBackApiServiceImpl.java

Modified: 
incubator/tuscany/java/sca/itest/callback-api/src/main/java/org/apache/tuscany/sca/test/CallBackApiClientImpl.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/callback-api/src/main/java/org/apache/tuscany/sca/test/CallBackApiClientImpl.java?rev=640797&r1=640796&r2=640797&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/callback-api/src/main/java/org/apache/tuscany/sca/test/CallBackApiClientImpl.java
 (original)
+++ 
incubator/tuscany/java/sca/itest/callback-api/src/main/java/org/apache/tuscany/sca/test/CallBackApiClientImpl.java
 Tue Mar 25 06:25:03 2008
@@ -64,7 +64,7 @@
         int count = 0;
 
         // 
-        // If we cant get a response in 30 seconds consider this a failure
+        // If we can't get a response in 30 seconds consider this a failure
         // 
 
         synchronized (monitor) {
@@ -89,7 +89,7 @@
         int count = 0;
 
         // 
-        // If we cant get a response in 30 seconds consider this a failure
+        // If we can't get a response in 30 seconds consider this a failure
         // 
 
         synchronized (monitor) {
@@ -124,7 +124,7 @@
         int count = 0;
 
         // 
-        // If we cant get a response in 30 seconds consider this a failure
+        // If we can't get a response in 30 seconds consider this a failure
         // 
 
         synchronized (monitor) {

Modified: 
incubator/tuscany/java/sca/itest/callback-api/src/main/java/org/apache/tuscany/sca/test/CallBackApiServiceImpl.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/callback-api/src/main/java/org/apache/tuscany/sca/test/CallBackApiServiceImpl.java?rev=640797&r1=640796&r2=640797&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/itest/callback-api/src/main/java/org/apache/tuscany/sca/test/CallBackApiServiceImpl.java
 (original)
+++ 
incubator/tuscany/java/sca/itest/callback-api/src/main/java/org/apache/tuscany/sca/test/CallBackApiServiceImpl.java
 Tue Mar 25 06:25:03 2008
@@ -57,7 +57,7 @@
 
     /**
      * This function calls the callBackMessage function. <br>
-     * The reference to this function is recieved from Call back reference to 
the class CallBackApiService.
+     * The reference to this function is received from Call back reference to 
the class CallBackApiService.
      * 
      * @param aString String passed by a function call
      */



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

Reply via email to