Skip to content

Commit 539d045

Browse files
authored
Update AnnotationConfigApplicationContext.java
完善注释
1 parent 754617b commit 539d045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simulate spring/src/main/java/org/spring/util/AnnotationConfigApplicationContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
public class AnnotationConfigApplicationContext {
1313

1414
/**
15-
* 真正的AnnotationConfigApplicationContext也有scan这个方法,方法原型和作用我们下面模拟的这个方法作用是一致的
15+
* 真正的AnnotationConfigApplicationContext也有scan这个方法,方法原型和作用与我们下面模拟的这个方法作用是一致的
1616
* @param basePackage
1717
*/
1818
public void scan(String basePackage) {

0 commit comments

Comments
 (0)