Author: mcombellack
Date: Tue Mar 25 06:34:22 2008
New Revision: 640805
URL: http://svn.apache.org/viewvc?rev=640805&view=rev
Log:
Minor JavaDoc updates and spelling corrections
Modified:
incubator/tuscany/java/sca/itest/callback-set-conversation/src/main/java/org/apache/tuscany/sca/test/CallBackSetCallbackConvClientImpl.java
Modified:
incubator/tuscany/java/sca/itest/callback-set-conversation/src/main/java/org/apache/tuscany/sca/test/CallBackSetCallbackConvClientImpl.java
URL:
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/itest/callback-set-conversation/src/main/java/org/apache/tuscany/sca/test/CallBackSetCallbackConvClientImpl.java?rev=640805&r1=640804&r2=640805&view=diff
==============================================================================
---
incubator/tuscany/java/sca/itest/callback-set-conversation/src/main/java/org/apache/tuscany/sca/test/CallBackSetCallbackConvClientImpl.java
(original)
+++
incubator/tuscany/java/sca/itest/callback-set-conversation/src/main/java/org/apache/tuscany/sca/test/CallBackSetCallbackConvClientImpl.java
Tue Mar 25 06:34:22 2008
@@ -21,7 +21,6 @@
import junit.framework.Assert;
import org.osoa.sca.ComponentContext;
-import org.osoa.sca.NoRegisteredCallbackException;
import org.osoa.sca.ServiceReference;
import org.osoa.sca.annotations.Context;
import org.osoa.sca.annotations.Reference;
@@ -61,7 +60,7 @@
/*
* test9 The client calls setCallback() with an object that is not
- * serializable. Verify an appropriate exception is thrown. This
+ * Serializable. Verify an appropriate exception is thrown. This
* requires a STATEFUL callback interface. Move from the stateless test
* case.
*/
@@ -75,7 +74,7 @@
//
// This test is to specify an Object that is not a service reference
// that does implement
- // the callback interface and is Serializeable. Verify successful
+ // the callback interface and is Serializable. Verify successful
// execution.
//
@@ -135,7 +134,7 @@
//
// This test is to specify an Object that is not a service reference
// that does implement
- // the callback interface but does not implement Serializeable. Verify
+ // the callback interface but does not implement Serializable. Verify
// an appropriate exception
// is thrown.
//
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]