File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
compiler/src/test/java/dagger/internal/codegen Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2216,17 +2216,17 @@ public boolean apply(Element element) {
2216
2216
})))
2217
2217
.compilesWithoutWarnings ()
2218
2218
.withNoteContaining (
2219
- "Generating a MembersInjector or Factory for "
2219
+ "Generating a MembersInjector for "
2220
2220
+ "test.inject.LocalInjectMemberNoConstructor. "
2221
2221
+ "Prefer to run the dagger processor over that class instead." )
2222
2222
.and ()
2223
2223
.withNoteContaining (
2224
- "Generating a MembersInjector or Factory for "
2224
+ "Generating a MembersInjector for "
2225
2225
+ "test.inject.LocalInjectMemberWithConstructor. "
2226
2226
+ "Prefer to run the dagger processor over that class instead." )
2227
2227
.and ()
2228
2228
.withNoteContaining (
2229
- "Generating a MembersInjector or Factory for "
2229
+ "Generating a MembersInjector for "
2230
2230
+ "test.inject.ParentInjectMemberWithConstructor. "
2231
2231
+ "Prefer to run the dagger processor over that class instead." )
2232
2232
.and ()
You can’t perform that action at this time.
0 commit comments