fix typo as there is no file called YGJNI.cpp (#990)
Summary: fix typo in `YogaJNIBase.java` as there is no such file called `YGJNI.cpp` Pull Request resolved: https://github.com/facebook/yoga/pull/990 Reviewed By: pasqualeanatriello Differential Revision: D20735102 Pulled By: SidharthGuglani fbshipit-source-id: 3f9f4d78ba390feae3451330f997a221ab4ec70e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
92b76447b7
commit
1bd4123df1
@@ -15,7 +15,7 @@ import javax.annotation.Nullable;
|
|||||||
@DoNotStrip
|
@DoNotStrip
|
||||||
public abstract class YogaNodeJNIBase extends YogaNode implements Cloneable {
|
public abstract class YogaNodeJNIBase extends YogaNode implements Cloneable {
|
||||||
|
|
||||||
/* Those flags needs be in sync with YGJNI.cpp */
|
/* Those flags needs be in sync with YGJNI.h */
|
||||||
private static final byte MARGIN = 1;
|
private static final byte MARGIN = 1;
|
||||||
private static final byte PADDING = 2;
|
private static final byte PADDING = 2;
|
||||||
private static final byte BORDER = 4;
|
private static final byte BORDER = 4;
|
||||||
|
Reference in New Issue
Block a user