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/04 23:05:33 UTC

svn commit: r582012 - /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java

Author: skitching
Date: Thu Oct  4 14:05:31 2007
New Revision: 582012

URL: http://svn.apache.org/viewvc?rev=582012&view=rev
Log:
Minor comment fix.

Modified:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java

Modified: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java?rev=582012&r1=582011&r2=582012&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java (original)
+++ myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/conversation/ConversationContext.java Thu Oct  4 14:05:31 2007
@@ -241,7 +241,9 @@
 	}
 
 	/**
-	 * Check the context and conversation timeouts.
+	 * Check the timeout for every conversation in this context.
+	 * <p>
+	 * This method does not check the timeout for this context object itself.
 	 */
 	protected void checkConversationTimeout()
 	{