fix typo as there is no file called YGJNI.cpp

fix typo as there is no such file called YGJNI.cpp
This commit is contained in:
acton393
2020-03-29 21:14:49 +08:00
committed by GitHub
parent 0f08aa53da
commit 4e24d22937

View File

@@ -15,7 +15,7 @@ import javax.annotation.Nullable;
@DoNotStrip
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 PADDING = 2;
private static final byte BORDER = 4;