thiagolocatelli / parse4j

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

Data is properly assigned to the object using the setData() method fr… #65

Closed giovanymoreno closed 8 years ago

giovanymoreno commented 8 years ago

…om ParseObject.

This method was throwing an error when I was calling fetchIfNeeded(). The po variable wasn't being properly instantiated with the className and the if("Pointer") clause wasn't even complete. Using the setData() method worked for me.