Skip to content

Commit 28f9970

Browse files
authored
Merge pull request #5 from mercyblitz/1.0.2
Fixed JavaDoc issues
2 parents 94bebbf + 880b24a commit 28f9970

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/main/java/com/alibaba/spring/util/BeanFactoryUtils.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public static <T> T getOptionalBean(ListableBeanFactory beanFactory, String bean
6767
* @param beanNames the names of Bean
6868
* @param beanType the {@link Class type} of Bean
6969
* @param <T> the {@link Class type} of Bean
70-
* @return
70+
* @return the read-only and non-null {@link List} of Bean names
7171
*/
7272
public static <T> List<T> getBeans(ListableBeanFactory beanFactory, String[] beanNames, Class<T> beanType) {
7373

@@ -82,6 +82,5 @@ public static <T> List<T> getBeans(ListableBeanFactory beanFactory, String[] bea
8282
}
8383

8484
return Collections.unmodifiableList(beans);
85-
8685
}
8786
}

0 commit comments

Comments
 (0)