Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Don't require injectable supertypes in dagger-compiler #102

Merged
merged 1 commit into from
Nov 11, 2012

Conversation

swankjesse
Copy link
Contributor

No description provided.

@@ -221,7 +221,7 @@ private void writeInjectAdapter(TypeElement type, ExecutableElement constructor,
typeName);
}
if (supertype != null) {
writer.statement("%s = (%s) linker.requestBinding(%s, %s.class)",
writer.statement("%s = (%s) linker.requestBinding(%s, %s.class, false)",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Heh. Woops.

cgruber added a commit that referenced this pull request Nov 11, 2012
Don't require injectable supertypes in dagger-compiler
@cgruber cgruber merged commit 79283c5 into master Nov 11, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants