fix typo as there is no file called YGJNI.cpp #990

Closed
acton393 wants to merge 1 commits from patch-2 into master

View File

@@ -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;