Skip to content

Commit

Permalink
WELD-633 Added comment to private method
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakknutsen authored and pmuir committed Aug 26, 2010
1 parent eead975 commit 5f7fc20
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -112,7 +112,7 @@ private Object getAvailableContainer(Class<?> containerClass)
return Reflections.invokeMethod(deploymentManager, Map.class, container);
}

// BeanDeploymentArchive.getId()
// for each BeanDeploymentArchive.getId()
private BeanManager findBeanDeploymentArchiveById(Map<?, ?> beanDeploymentArchives, String id)
{
for(Entry<?, ?> beanDeploymentEntry : beanDeploymentArchives.entrySet())
Expand Down

0 comments on commit 5f7fc20

Please sign in to comment.