Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes bug in JsonAdapterFactory.create() #4

Merged
merged 2 commits into from
Sep 10, 2015

Conversation

felipecsl
Copy link
Contributor

Fixed a bug on createJsonAdapterFactory where it was doing type instanceof TheClass, where it should be doing type.equals(TheClass.class).

Also cleaned up some stuff and renamed the project, which was autogson

Paired with @seana208 on it

rharter added a commit that referenced this pull request Sep 10, 2015
Fixes bug in JsonAdapterFactory.create()
@rharter rharter merged commit a573fe7 into rharter:master Sep 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants