Skip to content

Commit 3f996a0

Browse files
committed
optimize doc
1 parent 96e1efa commit 3f996a0

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
@@ -57,7 +57,7 @@ public class PostServiceImpl implements PostService {
5757
    @DataProvider(id = "posts")
5858
    @Override
5959
    public List<Post> getPosts(@InvokeParameter("userId") Long userId) {
60-
        try {
60+
try {
6161
            Thread.sleep(1000L);
6262
        } catch (InterruptedException e) {
6363
        }
@@ -81,7 +81,7 @@ public class UserServiceImpl implements UserService {
8181
    @Override
8282
    public User get(@InvokeParameter("userId") Long id) {
8383
        /* */
84-
        try {
84+
try {
8585
            Thread.sleep(100L);
8686
        } catch (InterruptedException e) {
8787
        }

0 commit comments

Comments
 (0)