You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2007/10/03 09:44:18 UTC

svn commit: r581518 - /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/UISeparateConversationContext.java

Author: skitching
Date: Wed Oct  3 00:44:17 2007
New Revision: 581518

URL: http://svn.apache.org/viewvc?rev=581518&view=rev
Log:
Trivial comment improvement.

Modified:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/UISeparateConversationContext.java

Modified: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/UISeparateConversationContext.java
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/UISeparateConversationContext.java?rev=581518&r1=581517&r2=581518&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/UISeparateConversationContext.java (original)
+++ myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/jsf/components/UISeparateConversationContext.java Wed Oct  3 00:44:17 2007
@@ -38,8 +38,8 @@
  * <p>
  * Normally, all urls within a view are rendered with a query parameter holding the
  * current conversation context id, causing a later request to that url to use the
- * same context as was used to render the original page. This tag causes the query
- * parameters to be omitted for all urls output by nested components. When any
+ * same context as was used to render the original page. This tag causes this special
+ * query parameter to be omitted for all urls output by nested components. When any
  * such url is invoked, the missing conversation context id then causes a new
  * conversation context to be created.
  */