Skip to content

Commit

Permalink
Mark UIManagerModuleConstantsHelper.normalizeEventTypes as Nullable
Browse files Browse the repository at this point in the history
Summary:
Mark UIManagerModuleConstantsHelper.normalizeEventTypes as Nullable

changelog: [internal] internal

Reviewed By: arushikesarwani94

Differential Revision: D54327799

fbshipit-source-id: 66dd42c8ed220e76c62e3d215c59d6547c374265
  • Loading branch information
mdvacca authored and facebook-github-bot committed Feb 29, 2024
1 parent 252ef19 commit e1b0914
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ private static void validateDirectEventNames(
}

@VisibleForTesting
/* package */ static void normalizeEventTypes(Map events) {
/* package */ static void normalizeEventTypes(@Nullable Map events) {
if (events == null) {
return;
}
Expand Down

0 comments on commit e1b0914

Please sign in to comment.