Commit 3f8a20a
committed
Fix JavadocsBackticksUse: Replace backticks with {@code} tags
Summary:
Fixed JavadocsBackticksUse lint warning in FabricUIManager.java.
Replaced markdown-style backticks with proper javadoc {code ...} tags for
code references in the receiveEvent method documentation.
changelog: [internal] internal
Differential Revision: D918411511 parent 1b5bcde commit 3f8a20a
File tree
1 file changed
+3
-3
lines changed- packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1053 | 1053 | | |
1054 | 1054 | | |
1055 | 1055 | | |
1056 | | - | |
1057 | | - | |
| 1056 | + | |
| 1057 | + | |
1058 | 1058 | | |
1059 | 1059 | | |
1060 | | - | |
| 1060 | + | |
1061 | 1061 | | |
1062 | 1062 | | |
1063 | 1063 | | |
| |||
0 commit comments