Skip to content

Commit 8e1d959

Browse files
GijsWeteringsfacebook-github-bot
authored andcommitted
Apply Nullsafe FIXMEs for xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/CxxInspectorPackagerConnection.java
Summary: Note this diff is only adding FIXMEs that will be removed in the next diff. This diff exists to make the next diff easily reviewable Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D71126390
1 parent 7bdf065 commit 8e1d959

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/CxxInspectorPackagerConnection.java

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ private static native HybridData initHybrid(
3939

4040
public native void closeQuietly();
4141

42+
// NULLSAFE_FIXME[Inconsistent Subclass Parameter Annotation]
4243
public native void sendEventToAllConnections(String event);
4344

4445
/** Java wrapper around a C++ IWebSocketDelegate, allowing us to call the interface from Java. */

0 commit comments

Comments
 (0)