Skip to content

Commit 365afd6

Browse files
authored
Update reflection.md
1 parent 880226e commit 365afd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/java/basic/reflection.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ I love JavaGuide
104104
value is JavaGuide
105105
```
106106

107-
**注意** : 有读者提到上面代码运行会抛出 `ClassNotFoundException` 异常,具体原因是你没有下面这段代码的包名替换成自己创建的 `TargetObject` 所在的包 。
107+
**注意** : 有读者提到上面代码运行会抛出 `ClassNotFoundException` 异常,具体原因是你没有下面把这段代码的包名替换成自己创建的 `TargetObject` 所在的包 。
108108

109109
```java
110110
Class<?> tagetClass = Class.forName("cn.javaguide.TargetObject");

0 commit comments

Comments
 (0)