Skip to content

Commit

Permalink
Undo @nullsafe on ReactBuildConfig
Browse files Browse the repository at this point in the history
Summary:
Adding NullSafe on ReactBuildConfig is bringing issues in some apps, I'm reverting the change

bypass-github-export-checks

changelog: [internal] internal

Reviewed By: philIip

Differential Revision: D53434280

fbshipit-source-id: 865f303c41e8e6d6fdd04f12756a7277ec053777
  • Loading branch information
mdvacca authored and facebook-github-bot committed Feb 5, 2024
1 parent fd6a6fe commit e4342f5
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

package com.facebook.react.common.build;

import com.facebook.infer.annotation.Nullsafe;
import com.facebook.react.BuildConfig;

/**
Expand All @@ -16,7 +15,6 @@
* and b) we don't have to deal with IntelliJ getting confused about the autogenerated BuildConfig
* class all over the place.
*/
@Nullsafe(Nullsafe.Mode.LOCAL)
public class ReactBuildConfig {

public static final boolean DEBUG = BuildConfig.DEBUG;
Expand Down

0 comments on commit e4342f5

Please sign in to comment.