Skip to content

Commit

Permalink
Fix Javadoc for safeEmit.
Browse files Browse the repository at this point in the history
RELNOTES=n/a
PiperOrigin-RevId: 708327362
  • Loading branch information
netdpb authored and Flogger Team committed Dec 20, 2024
1 parent c550aab commit 7478e26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ public final boolean canRepeat() {

/**
* Emits one or more key/value pairs for the given metadata value. Call this method in preference
* to using {@link #emitRepeated} directly to protect against unbounded reentrant logging.
* to using {@link #emit} directly to protect against unbounded reentrant logging.
*/
public final void safeEmit(T value, KeyValueHandler kvh) {
if (isCustom && Platform.getCurrentRecursionDepth() > MAX_CUSTOM_METADATAKEY_RECURSION_DEPTH) {
Expand Down

0 comments on commit 7478e26

Please sign in to comment.