Skip to content

Commit 215efb9

Browse files
java-team-github-botDagger Team
authored andcommitted
Internal changes
PiperOrigin-RevId: 842802076
1 parent fb2eed2 commit 215efb9

File tree

1 file changed

+1
-1
lines changed
  • hilt-compiler/main/java/dagger/hilt/android/processor/internal/androidentrypoint

1 file changed

+1
-1
lines changed

hilt-compiler/main/java/dagger/hilt/android/processor/internal/androidentrypoint/Generators.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,8 @@ private static FieldSpec componentManagerLockField() {
373373

374374
// protected void inject() {
375375
// if (!injected) {
376-
// generatedComponent().inject$CLASS(($CLASS) this);
377376
// injected = true;
377+
// generatedComponent().inject$CLASS(($CLASS) this);
378378
// }
379379
// }
380380
private static void addInjectAndMaybeOptionalInjectMethod(

0 commit comments

Comments
 (0)