Skip to content

Commit

Permalink
OWB-1235 fix grammar in comment
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/openwebbeans/trunk@1829098 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
struberg committed Apr 13, 2018
1 parent a474748 commit f0800c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public ConversationManager(WebBeansContext webBeansContext)
BeanManagerImpl bm = webBeansContext.getBeanManagerImpl();
bm.addInternalBean(convBean);

// this will returned the internally wrapped ThirdPartyBean.
// this will return the internally wrapped ThirdPartyBean.
conversationStorageBean = (Bean<Set<ConversationContext>>)
bm.resolve(bm.getBeans(ConversationStorageBean.OWB_INTERNAL_CONVERSATION_STORAGE_BEAN_PASSIVATION_ID));
}
Expand Down

0 comments on commit f0800c3

Please sign in to comment.