[weld-commits] Weld SVN: r4334 - api/trunk/cdi/src/main/java/javax/enterprise/context.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Oct 26 13:16:11 EDT 2009


Author: gavin.king at jboss.com
Date: 2009-10-26 13:16:11 -0400 (Mon, 26 Oct 2009)
New Revision: 4334

Modified:
   api/trunk/cdi/src/main/java/javax/enterprise/context/Conversation.java
Log:
link

Modified: api/trunk/cdi/src/main/java/javax/enterprise/context/Conversation.java
===================================================================
--- api/trunk/cdi/src/main/java/javax/enterprise/context/Conversation.java	2009-10-26 17:14:51 UTC (rev 4333)
+++ api/trunk/cdi/src/main/java/javax/enterprise/context/Conversation.java	2009-10-26 17:16:11 UTC (rev 4334)
@@ -17,7 +17,8 @@
 package javax.enterprise.context;
 
 /**
- * <p>Allows the application to manage the conversation context
+ * <p>Allows the application to manage the 
+ * {@linkplain javax.enterprise.context.ConversationScoped conversation context}
  * by marking the current conversation as transient or long-running,
  * specifying a conversation identifier, or setting the conversation
  * timeout.</p>



More information about the weld-commits mailing list