Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
RELNOTES=N/A
PiperOrigin-RevId: 703289419
  • Loading branch information
java-team-github-bot authored and Dagger Team committed Dec 6, 2024
1 parent 5fd8ec1 commit 09a4246
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ private void addNullHandlingForField(
"$T.checkBuilderRequirement($N, $T.class)",
Preconditions.class,
field,
TypeNames.rawTypeName(field.type));
TypeNames.rawTypeName(field.type.withoutAnnotations()));
break;
case ALLOW:
break;
Expand Down

0 comments on commit 09a4246

Please sign in to comment.