mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-18 12:12:15 +08:00
Mark model fields final
Reviewed By: emilsjolander Differential Revision: D6759564 fbshipit-source-id: 810dc8a9730fb330760d2aedecafcea81cf25cb1
This commit is contained in:
committed by
Facebook Github Bot
parent
f49f7932d5
commit
ff2658c3de
@@ -17,7 +17,7 @@ public enum YogaDirection {
|
||||
LTR(1),
|
||||
RTL(2);
|
||||
|
||||
private int mIntValue;
|
||||
private final int mIntValue;
|
||||
|
||||
YogaDirection(int intValue) {
|
||||
mIntValue = intValue;
|
||||
|
||||
Reference in New Issue
Block a user