Skip to content

Commit d0efedc

Browse files
generatedunixname89002005287564facebook-github-bot
generatedunixname89002005287564
authored andcommitted
fbandroid/libraries/components/litho-editor-flipper/src/main/java/com/facebook/litho/editor/flipper/DebugSectionDescriptor.java
Reviewed By: jocelynluizzi13 Differential Revision: D67931868 fbshipit-source-id: 46f5ac050092cc33dfd267685ff3ff875a2ee4d2
1 parent 8a2ac6c commit d0efedc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: litho-editor-flipper/src/main/java/com/facebook/litho/editor/flipper/DebugSectionDescriptor.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -239,10 +239,11 @@ public void hitTest(DebugSection node, Touch touch) throws Exception {
239239
if (finish) touch.finish();
240240
}
241241

242+
@Nullable
242243
@Override
244+
// NULLSAFE_FIXME[Inconsistent Subclass Return Annotation]
243245
public String getDecoration(DebugSection node) throws Exception {
244246
// TODO T39526148
245-
// NULLSAFE_FIXME[Return Not Nullable]
246247
return null;
247248
}
248249

0 commit comments

Comments
 (0)