Commit 2640c1d
Fix MissingOverrideAnnotation: Add @OverRide to setLetterSpacing in ReactTextView
Summary:
Fixed MissingOverrideAnnotation lint error in ReactTextView.java.
Added Override annotation to setLetterSpacing() method which overrides a method from a superclass but was missing the annotation.
changelog: [internal] internal
Differential Revision: D954128921 parent 0077f74 commit 2640c1d
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
579 | 579 | | |
580 | 580 | | |
581 | 581 | | |
| 582 | + | |
582 | 583 | | |
583 | 584 | | |
584 | 585 | | |
| |||
0 commit comments