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/03/25 14:27:23 UTC

svn commit: r640799 - /incubator/tuscany/java/sca/itest/callback-complex-type/src/main/java/org/apache/tuscany/sca/test/CallBackCTypeClientImpl.java

Author: mcombellack
Date: Tue Mar 25 06:27:18 2008
New Revision: 640799

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

Modified:
    incubator/tuscany/java/sca/itest/callback-complex-type/src/main/java/org/apache/tuscany/sca/test/CallBackCTypeClientImpl.java

Modified: incubator/tuscany/java/sca/itest/callback-complex-type/src/main/java/org/apache/tuscany/sca/test/CallBackCTypeClientImpl.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/callback-complex-type/src/main/java/org/apache/tuscany/sca/test/CallBackCTypeClientImpl.java?rev=640799&r1=640798&r2=640799&view=diff
==============================================================================
--- incubator/tuscany/java/sca/itest/callback-complex-type/src/main/java/org/apache/tuscany/sca/test/CallBackCTypeClientImpl.java (original)
+++ incubator/tuscany/java/sca/itest/callback-complex-type/src/main/java/org/apache/tuscany/sca/test/CallBackCTypeClientImpl.java Tue Mar 25 06:27:18 2008
@@ -62,7 +62,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) {
@@ -90,7 +90,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) {



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