[cdi-dev] [JBoss JIRA] (CDI-423) Typo in section 11.3.26
John Ament (JIRA)
issues at jboss.org
Sat Feb 22 15:57:47 EST 2014
John Ament created CDI-423:
------------------------------
Summary: Typo in section 11.3.26
Key: CDI-423
URL: https://issues.jboss.org/browse/CDI-423
Project: CDI Specification Issues
Issue Type: Bug
Reporter: John Ament
Priority: Minor
There is a typo in 11.3.26
http://docs.jboss.org/cdi/spec/1.1/cdi-spec.html#bm_obtain_extension
The method BeanManager.getExtensions() returns the container’s instance of an Extension class
Should be: The method `BeanManager.getExtension(Class<? extends Extension> clazz)`
This matches API docs and the verbiage at the end of the spec.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the cdi-dev
mailing list