forked from facebook/facebook-android-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[android-sdk] Moved GraphObjectWrapper to GraphObject.Factory.
Summary: GraphObjectWrapper had a name that did not clearly indicate its purpose. It is really a factory for GraphObjects, and as such it makes sense to nest it within GraphObject and call it Factory. This commit does that, and also shortens some of its method names, since it is clear from context now what they are creating. Fixed a warning in WebDialog.java. Test Plan: - Built all projects - Ran unit tests Revert Plan: Reviewers: mmarucheck, mingfli, karthiks Reviewed By: mingfli CC: ekoneil, caabernathy, platform-diffs@lists, security-diffs@lists Differential Revision: https://phabricator.fb.com/D632163
- Loading branch information
Chris Lang
committed
Nov 15, 2012
1 parent
1de146b
commit d49eae9
Showing
18 changed files
with
784 additions
and
796 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.