We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754617b commit 539d045Copy full SHA for 539d045
1 file changed
simulate spring/src/main/java/org/spring/util/AnnotationConfigApplicationContext.java
@@ -12,7 +12,7 @@
12
public class AnnotationConfigApplicationContext {
13
14
/**
15
- * 真正的AnnotationConfigApplicationContext也有scan这个方法,方法原型和作用我们下面模拟的这个方法作用是一致的。
+ * 真正的AnnotationConfigApplicationContext也有scan这个方法,方法原型和作用与我们下面模拟的这个方法作用是一致的。
16
* @param basePackage
17
*/
18
public void scan(String basePackage) {
0 commit comments