Skip to content

Commit

Permalink
stleary#528, Corrected white-spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Vivek committed Jun 6, 2020
1 parent 64f6aa8 commit 7222e6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/json/JSONObject.java
Expand Up @@ -2607,8 +2607,7 @@ private static JSONException wrongValueFormatException(
* A map object whose content is copied to this JSONObject.
* @return this.
*/

public JSONObject put(Map<?,?> map) {
public JSONObject put(Map<?,?> map) {
if (map != null && !map.isEmpty()) {
for (final Entry<?, ?> e : map.entrySet()) {
final Object key = e.getKey();
Expand Down

0 comments on commit 7222e6a

Please sign in to comment.