Skip to content

Commit 3b17de8

Browse files
committed
Merge pull request #873 from izeye/patch-5
* pr/873: Add a missing `@throws` in Javadoc
2 parents e2bfbdc + 1aa77ef commit 3b17de8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-beans/src/main/java/org/springframework/beans/factory/BeanFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ public interface BeanFactory {
162162
* @return an instance of the single bean matching the required type
163163
* @throws NoSuchBeanDefinitionException if no bean of the given type was found
164164
* @throws NoUniqueBeanDefinitionException if more than one bean of the given type was found
165+
* @throws BeansException if the bean could not be created
165166
* @since 3.0
166167
* @see ListableBeanFactory
167168
*/

0 commit comments

Comments
 (0)