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/09/10 16:59:56 UTC

svn commit: r574274 - /myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapter.java

Author: skitching
Date: Mon Sep 10 07:59:55 2007
New Revision: 574274

URL: http://svn.apache.org/viewvc?rev=574274&view=rev
Log:
Remove obsolete documentation.

Modified:
    myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapter.java

Modified: myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapter.java
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapter.java?rev=574274&r1=574273&r2=574274&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapter.java (original)
+++ myfaces/orchestra/trunk/core/src/main/java/org/apache/myfaces/orchestra/frameworkAdapter/FrameworkAdapter.java Mon Sep 10 07:59:55 2007
@@ -28,10 +28,6 @@
  * <p>
  * A request filter must be configured which calls setInstance at the start of each request, and
  * setInstance(null) at the end of each request.
- * This class can be configured to return any implementation of FrameworkAdapterInterface that is desired,
- * simply by calling setFrameworkAdapter before any Orchestra code calls getInstance on this class. If no
- * configuration is done then getInstance defaults to returning a FrameworkAdapterInterface which supports
- * JSF.
  */
 public final class FrameworkAdapter
 {