Skip to content

Commit 3f8a20a

Browse files
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: D91841151
1 parent 1b5bcde commit 3f8a20a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/fabric/FabricUIManager.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1053,11 +1053,11 @@ public void receiveEvent(
10531053
}
10541054

10551055
/**
1056-
* receiveEvent API that emits an event to C++. If `canCoalesceEvent` is true, that signals that
1057-
* C++ may coalesce the event optionally. Otherwise, coalescing can happen in Java before
1056+
* receiveEvent API that emits an event to C++. If {@code canCoalesceEvent} is true, that signals
1057+
* that C++ may coalesce the event optionally. Otherwise, coalescing can happen in Java before
10581058
* emitting.
10591059
*
1060-
* <p>`customCoalesceKey` is currently unused.
1060+
* <p>{@code customCoalesceKey} is currently unused.
10611061
*
10621062
* @param surfaceId
10631063
* @param reactTag

0 commit comments

Comments
 (0)