fixed @Nullable missing infer errors

Summary: Fixed Nullable lint errors

Reviewed By: davidaurelio

Differential Revision: D14383930

fbshipit-source-id: 0847e19c50a0b8d4039199045b74aa86c96ac096
This commit is contained in:
Sidharth Guglani
2019-03-25 06:33:12 -07:00
committed by Facebook Github Bot
parent 85352c4e45
commit a2ee0f65bd
2 changed files with 7 additions and 5 deletions

View File

@@ -213,6 +213,7 @@ public abstract class YogaNode {
public abstract void setData(Object data);
@Nullable
public abstract Object getData();
public abstract void print();