Skip to content

Commit 5fd929d

Browse files
mdvaccafacebook-github-bot
authored andcommitted
Fix MissingOverrideAnnotation: Add @OverRide to YogaNodeJNIBase methods
Summary: Fixed 101 MissingOverrideAnnotation lint errors in YogaNodeJNIBase.java. Added Override annotation to all public methods that override abstract methods from the YogaNode superclass but were missing the annotation. This includes style getters/setters (direction, flex, margin, padding, border, position, width, height, min/max dimensions, aspect ratio, gap), layout methods (reset, calculateLayout, dirty), tree manipulation (addChildAt, removeChildAt, indexOf), and measurement/baseline functions. changelog: [internal] internal Differential Revision: D95413075
1 parent 79891b3 commit 5fd929d

1 file changed

Lines changed: 101 additions & 0 deletions

File tree

0 commit comments

Comments
 (0)