Skip to content

Commit e5aec27

Browse files
GijsWeteringsfacebook-github-bot
authored andcommitted
[skip ci] Apply Nullsafe FIXMEs for xplat/js/react-native-github/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/devsupport/JSDebuggerWebSocketClient.java (facebook#50057)
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 74a2bd3 commit e5aec27

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)