Skip to content

Commit

Permalink
fbandroid/libraries/components/litho-testing/src/main/java/com/facebo…
Browse files Browse the repository at this point in the history
…ok/litho/testing/sections/TestSectionCreator.java

Reviewed By: jocelynluizzi13

Differential Revision: D60369049

fbshipit-source-id: bccb0ea42c7d23d4d77fc4615ae4640c0f8eed91
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Jul 29, 2024
1 parent 5d580bb commit bd7cc94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public static Section createChangeSetComponent(
* Section}s as children.
*/
public static class ChildrenSectionTest extends TestSection {
private final Section[] mChildren;
@Nullable private final Section[] mChildren;
public boolean onDataRendered = false;
public ChangesInfo mChangesInfo;

Expand Down Expand Up @@ -127,7 +127,7 @@ protected void dataRendered(
* with a list of {@link Change}s.
*/
private static class ChangeSetSection extends TestSection {
private final Change[] mChanges;
@Nullable private final Change[] mChanges;

ChangeSetSection(
int initialCount,
Expand Down

0 comments on commit bd7cc94

Please sign in to comment.