You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2006/08/01 20:51:32 UTC

svn commit: r427723 - /incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/main/java/org/apache/myfaces/trinidad/context/RequestContext.java

Author: matzew
Date: Tue Aug  1 13:51:32 2006
New Revision: 427723

URL: http://svn.apache.org/viewvc?rev=427723&view=rev
Log:
changed comment

Modified:
    incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/main/java/org/apache/myfaces/trinidad/context/RequestContext.java

Modified: incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/main/java/org/apache/myfaces/trinidad/context/RequestContext.java
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/main/java/org/apache/myfaces/trinidad/context/RequestContext.java?rev=427723&r1=427722&r2=427723&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/main/java/org/apache/myfaces/trinidad/context/RequestContext.java (original)
+++ incubator/adffaces/branches/matzew-component-renaming/trinidad/trinidad-api/src/main/java/org/apache/myfaces/trinidad/context/RequestContext.java Tue Aug  1 13:51:32 2006
@@ -28,7 +28,7 @@
 
 /**
  * Context class for all per-request and per-webapp information
- * required by ADF Faces.  A <code>RequestContext</code> object can be
+ * required by Trinidad.  A <code>RequestContext</code> object can be
  * retrieved with the static {@link #getCurrentInstance} method.
  * There is one and only one <code>RequestContext</code> object
  * active in any one thread.