thiagolocatelli / parse4j

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

Allow getParseObject() to return type variables that extend ParseObject #63

Closed giovanymoreno closed 8 years ago

giovanymoreno commented 8 years ago

I am using my custom classes extending ParseObject and I couldn't use this method. This should be the standard return for this method as it is for others alike.