fix bug for issue #3419#3498
Conversation
|
Who can help me? The Java CI above shows' 4 checks not yet completed '. But I checked the test logs and they were all caused by Ubuntu 20.04 stopping the service. |
| Map.Entry entry = (Map.Entry) value; | ||
| JSONObject object = new JSONObject(); | ||
| object.put(entry.getKey().toString(), entry.getValue()); | ||
| set(index, object); |
There was a problem hiding this comment.
set(index,
JSONObject.of(entry.getKey().toString(), entry.getValue());=======
Can we do this in a more concise way?
There was a problem hiding this comment.
I am a beginner. Thank you for your guidance. But I don't know how to modify the PR. Do I need to resubmit it?
The build failure under Ubuntu has nothing to do with you. I am dealing with this error |
Thanks for your help! |
fix bug for Issue3464
fix bug for Issue3464
What this PR does / why we need it?
fix bug for issue #3419
Please indicate you've done the following: