thiagolocatelli / parse4j

Java Library to deal with Parse (parse.com) REST API
http://thiagolocatelli.github.io/parse4j
144 stars 117 forks source link

\parse4j\command\ParseGetCommand.java #22

Open jfhs19 opened 9 years ago

jfhs19 commented 9 years ago

Hi! I don't know really if this a issue or not, but, if i didn't changed this line I can't use your API (Thanks for this, by the way).

In this line (54): Iterator it = query.keySet().iterator();

I got a error, and I changed for this line and I can compile: Iterator it = query.keys();

I don't know if its a issue or not, but with this, I can't compile.