diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2010-08-03 14:42:53 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2010-08-03 14:42:53 +0000 |
commit | 41baed7d94d0cef87d77bd9dbdac78940a71180a (patch) | |
tree | d66285aa130e7f6e92e88520bd15cdb6639e9a87 /src/main/java | |
parent | 71d4454ac1705ad35e63ab2f5127da22b2900eb7 (diff) |
Minor comment typo.
Diffstat (limited to 'src/main/java')
-rw-r--r-- | src/main/java/com/amazon/carbonado/capability/RemoteProcedure.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/com/amazon/carbonado/capability/RemoteProcedure.java b/src/main/java/com/amazon/carbonado/capability/RemoteProcedure.java index fb400db..5da763a 100644 --- a/src/main/java/com/amazon/carbonado/capability/RemoteProcedure.java +++ b/src/main/java/com/amazon/carbonado/capability/RemoteProcedure.java @@ -32,7 +32,7 @@ import com.amazon.carbonado.RepositoryException; * serialized to the remote host, and possibly the class definition
* too. Execution might have security restrictions applied.
*
- * <p>The RemoteProcedure instance is Serializable, and so and serializable
+ * <p>The RemoteProcedure instance is Serializable, and so any serializable
* parameters can be passed with it. Storables and extra data can be sent
* through the {@link Request} object. Any data returned by procedure
* implementation must be sent through the {@link Reply} object.
|