Skip to content

Does not compile with Java 1.6 #223

Closed
@baszero

Description

@baszero

although the documentation says it should compile under 1.6, it currently doesn't:

JSONObject.java:1845: illegal start of type [javac] Map<String, Object> results = new HashMap<>();

it should be

Map<String, Object> results = new HashMap<String, Object>();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions