Add a missing `@throws` in Javadoc

Closes gh-873
This commit is contained in:
izeye 2015-09-15 17:35:00 +09:00 committed by Stephane Nicoll
parent e2bfbdcfd1
commit 1aa77ef817
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ public interface BeanFactory {
* @return an instance of the single bean matching the required type
* @throws NoSuchBeanDefinitionException if no bean of the given type was found
* @throws NoUniqueBeanDefinitionException if more than one bean of the given type was found
* @throws BeansException if the bean could not be created
* @since 3.0
* @see ListableBeanFactory
*/