Skip to content

Commit 36a384c

Browse files
committed
demo
1 parent db217f3 commit 36a384c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ BRTestReflection.get().setsStaticValue(staticValue + " changed");
121121
// 上下文变量
122122
BRTestReflection.get(testReflection).setmContextValue(contextValue + " changed");
123123
```
124-
BRActivityThread是程序自动生成的类,生成规则是BR + ClassName
125-
- BRActivityThread.get() 用于调用静态方法
126-
- BRActivityThread.get(caller) 用于调用非静态方法
124+
BRTestReflection是程序自动生成的类,生成规则是BR + ClassName
125+
- BRTestReflection.get() 用于调用静态方法
126+
- BRTestReflection.get(caller) 用于调用非静态方法
127127

128128
#### 注解说明
129129

0 commit comments

Comments
 (0)