You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2009/06/10 14:47:04 UTC

svn commit: r783329 - /myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/component/visit/VisitContextFactoryImpl.java

Author: werpu
Date: Wed Jun 10 12:47:04 2009
New Revision: 783329

URL: http://svn.apache.org/viewvc?rev=783329&view=rev
Log:
https://issues.apache.org/jira/browse/MYFACES-2241
removed commend as well!


Modified:
    myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/component/visit/VisitContextFactoryImpl.java

Modified: myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/component/visit/VisitContextFactoryImpl.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/component/visit/VisitContextFactoryImpl.java?rev=783329&r1=783328&r2=783329&view=diff
==============================================================================
--- myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/component/visit/VisitContextFactoryImpl.java (original)
+++ myfaces/core/branches/2_0_0/impl/src/main/java/org/apache/myfaces/component/visit/VisitContextFactoryImpl.java Wed Jun 10 12:47:04 2009
@@ -39,7 +39,6 @@
 
     @Override
     public VisitContext getVisitContext(FacesContext context, Collection<String> ids, Set<VisitHint> hints) {
-        //since we are at the base here, we dont have to wrap for now, getWrapped will return null!
         if (ids == null || ids.isEmpty()) {
             return new FullVisitContext(context, hints);
         } else {