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 5ba489b commit 668ca6bCopy full SHA for 668ca6b
README.md
@@ -256,7 +256,7 @@
256
RegisterInfo[] regUsers = new RegisterInfo[users.size()];
257
258
String res = client.registerUsers(users.toArray(regUsers));
259
- System.out.println(res);
+ LOG.info(res);
260
} catch (APIConnectionException e) {
261
LOG.error("Connection error. Should retry later. ", e);
262
} catch (APIRequestException e) {
@@ -274,7 +274,7 @@
274
JMessageClient client = new JMessageClient(appkey, masterSecret);
275
try {
276
String res = client.createGroup("test_user", "test_gname1", "description", "test_user");
277
278
279
280
0 commit comments