Guest User

Untitled

a guest
Apr 23rd, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. JSONObject msr = new JSONObject();
  2.  
  3. for (int i=0; i<ts.length; i++) {
  4. msrVal.clear();
  5. ...
  6. measurements.add(msr);
  7. }
  8.  
  9. for (int i=0; i<ts.length; i++) {
  10. JSONObject msr = new JSONObject();
  11. ...
  12. measurements.add(msr);
  13. }
Add Comment
Please, Sign In to add comment