thiagolocatelli / parse4j

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

validateSave() in Parse Object is never called #33

Open sidiabale opened 9 years ago

sidiabale commented 9 years ago

The ParseObject.validateSave() method is never called. This effectively means that the validation in subclasses, e.g., ParseUser is never done.