mirror of
https://github.com/nerzhul/ownCloud-SMS-App.git
synced 2026-08-11 16:32:53 +00:00
Code style fixes
This commit is contained in:
@@ -68,7 +68,7 @@ public interface ASyncSMSRecovery {
|
||||
|
||||
Integer nb = 0;
|
||||
try {
|
||||
while (obj != null && obj.getLong("last_id") != start) {
|
||||
while ((obj != null) && (obj.getLong("last_id") != start)) {
|
||||
JSONObject messages = obj.getJSONObject("messages");
|
||||
Iterator<?> keys = messages.keys();
|
||||
while (keys.hasNext()) {
|
||||
|
||||
Reference in New Issue
Block a user