Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 52c99e9

Browse files
GijsWeteringsfacebook-github-bot
authored andcommittedMar 17, 2025·
Apply Nullsafe FIXMEs for xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/JSDebuggerWebSocketClient.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: D71126392
1 parent ef05613 commit 52c99e9

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/JSDebuggerWebSocketClient.java

+1
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ public void onMessage(@Nullable WebSocket webSocket, String text) {
210210
}
211211

212212
@Override
213+
// NULLSAFE_FIXME[Inconsistent Subclass Parameter Annotation]
213214
public void onFailure(WebSocket webSocket, Throwable t, Response response) {
214215
abort("Websocket exception", t);
215216
}

0 commit comments

Comments
 (0)
Please sign in to comment.