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 2010/07/12 23:32:23 UTC

[Myfaces Wiki] Trivial Update of "Extensions/CDI/DevDoc/Conversations" by GerhardPetracek

Dear Wiki user,

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

The "Extensions/CDI/DevDoc/Conversations" page has been changed by GerhardPetracek.
http://wiki.apache.org/myfaces/Extensions/CDI/DevDoc/Conversations?action=diff&rev1=5&rev2=6

--------------------------------------------------

       * @param conversationGroup group of the conversation in question
       * @return the removed conversation - null otherwise
       */
-     Set<Conversation> endConversations(Class conversationGroup);
+     Set<Conversation> endConversationGroup(Class conversationGroup);
  
      /**
       * @return configuration of the current context
@@ -256, +256 @@

  
      public void endConversationGroup1()
      {
-         this.windowContext.endConversations(ConversationGroup1.class);
+         this.windowContext.endConversationGroup(ConversationGroup1.class);
      }
  }
  }}}