[seam-commits] Seam SVN: r15035 - branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/annotations/async.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Aug 14 09:51:00 EDT 2012
Author: manaRH
Date: 2012-08-14 09:51:00 -0400 (Tue, 14 Aug 2012)
New Revision: 15035
Modified:
branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/annotations/async/Asynchronous.java
Log:
fixed typo in javadoc of Asynchronous annotation
Modified: branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/annotations/async/Asynchronous.java
===================================================================
--- branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/annotations/async/Asynchronous.java 2012-08-14 13:50:35 UTC (rev 15034)
+++ branches/community/Seam_2_3/jboss-seam/src/main/java/org/jboss/seam/annotations/async/Asynchronous.java 2012-08-14 13:51:00 UTC (rev 15035)
@@ -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