Skip to content

Commit

Permalink
Merge pull request #11 from ragunathjawahar/patch-1
Browse files Browse the repository at this point in the history
Use `ParseRegistry` to register subclasses.
  • Loading branch information
thiagolocatelli committed Jun 15, 2014
2 parents 0e9b79f + 9de239a commit e71d070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public class App extends Application {
public void onCreate() {
super.onCreate();

ParseObject.registerSubclass(Armor.class);
ParseRegistry.registerSubclass(Armor.class);
Parse.initialize(this, PARSE_APPLICATION_ID, PARSE_CLIENT_KEY);
}
}
Expand Down

0 comments on commit e71d070

Please sign in to comment.