[seam-commits] Seam SVN: r13907 - branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/annotations/async.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Mon Nov 8 10:30:48 EST 2010


Author: manaRH
Date: 2010-11-08 10:30:48 -0500 (Mon, 08 Nov 2010)
New Revision: 13907

Modified:
   branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/annotations/async/Asynchronous.java
Log:
fixed typo in javadoc

Modified: branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/annotations/async/Asynchronous.java
===================================================================
--- branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/annotations/async/Asynchronous.java	2010-11-08 14:56:22 UTC (rev 13906)
+++ branches/enterprise/JBPAPP_5_0/src/main/org/jboss/seam/annotations/async/Asynchronous.java	2010-11-08 15:30:48 UTC (rev 13907)
@@ -18,7 +18,7 @@
  * 
  * Note that asynchronous calls are processed in
  * a different EVENT, SESSION and CONVERSATION
- * context to the caller, so the actual recieving
+ * context to the caller, so the actual receiving
  * object may be a different instance of the 
  * component to the object that was called.
  * 



More information about the seam-commits mailing list