You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2008/08/14 17:24:25 UTC

[Myfaces Wiki] Update of "Conversation Termination" by LuisParravicini

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by LuisParravicini:
http://wiki.apache.org/myfaces/Conversation_Termination

The comment on the change is:
The constructor name was different from the class name

------------------------------------------------------------------------------
      private NavigationHandler _handler;
    
      
-     public FusionNavigationHandler(NavigationHandler handler) {
+     public ConvNavNavigationHandler(NavigationHandler handler) {
          super();
          _handler = handler;
      }