Skip to content

Does not compile with Java 1.6 #223

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>();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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