Skip to content

Commit 4c39093

Browse files
committed
3294 - Fixing FrameworkField.forBinding() Javadoc
1 parent 365bc49 commit 4c39093

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dagger-compiler/main/java/dagger/internal/codegen/binding/FrameworkField.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public static FrameworkField create(
8787
/**
8888
* A framework field for a {@link ContributionBinding}.
8989
*
90-
* @param frameworkClass if present, the field will use this framework class instead of the normal
90+
* @param frameworkClassName if present, the field will use this framework class instead of the normal
9191
* one for the binding's type.
9292
*/
9393
public static FrameworkField forBinding(

0 commit comments

Comments
 (0)