Open jfhs19 opened 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.
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.