Skip to content

Commit

Permalink
return response array in GetAllRoutingSlipsForPatientListener regardl…
Browse files Browse the repository at this point in the history
…ess of length
  • Loading branch information
slogan621 committed Mar 2, 2019
1 parent 6af3aef commit c80315a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ public void onResponse(JSONArray response) {
synchronized (m_lock) {
CommonSessionSingleton sess = CommonSessionSingleton.getInstance();
setStatus(200);
if (response.length() > 1) {
onSuccess(200, "", response);
}
onSuccess(200, "", response);
m_lock.notify();
}
}
Expand Down

0 comments on commit c80315a

Please sign in to comment.