Skip to content

Commit

Permalink
fbandroid/libraries/components/litho-editor-core/src/main/java/com/fa…
Browse files Browse the repository at this point in the history
…cebook/litho/editor/model/EditorArray.java

Reviewed By: nicholeic

Differential Revision: D65080635

fbshipit-source-id: c06fa4b574af7fd87b100352daf2e0e0bde6b373
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Oct 29, 2024
1 parent 41bf01f commit 2dd428e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@

package com.facebook.litho.editor.model;

import com.facebook.infer.annotation.Nullsafe;
import java.util.Arrays;
import java.util.List;
import javax.annotation.Nullable;

/** Wraps over a List to make it an EditorValue */
@Nullsafe(Nullsafe.Mode.LOCAL)
public final class EditorArray extends EditorValue {

public final List<EditorValue> value;
Expand Down

0 comments on commit 2dd428e

Please sign in to comment.