We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f996a0 commit 498a745Copy full SHA for 498a745
README.md
@@ -80,7 +80,6 @@ public class UserServiceImpl implements UserService {
80
@DataProvider(id = "user")
81
@Override
82
public User get(@InvokeParameter("userId") Long id) {
83
- /* */
84
try {
85
Thread.sleep(100L);
86
} catch (InterruptedException e) {
0 commit comments