Skip to content

Commit 4207b80

Browse files
author
zhangxinyong@oneapm.com
committed
fix
1 parent 78e3ed9 commit 4207b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ public class DexApplication extends Application {
7676

7777
```java
7878
class author {
79-
nickName : "美一天",
80-
email : "haoqqemail@qq.com"
79+
String nickName = "美一天";
80+
String email = "haoqqemail@qq.com";
8181
}
8282
```
8383

0 commit comments

Comments
 (0)