Skip to content

Commit

Permalink
Manually remove conflicting fields
Browse files Browse the repository at this point in the history
  • Loading branch information
crossoverJie committed Jun 3, 2024
1 parent d28502e commit c0c3cc3
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@ public final class MessagingIncubatingAttributes {
/** A unique identifier for the client that consumes or produces a message. */
public static final AttributeKey<String> MESSAGING_CLIENT_ID = stringKey("messaging.client.id");

/**
* Deprecated, use {@code messaging.client.id} instead.
*
* @deprecated Deprecated, use `messaging.client.id` instead.
*/
@Deprecated
public static final AttributeKey<String> MESSAGING_CLIENT_ID = stringKey("messaging.client_id");

/**
* A boolean that is true if the message destination is anonymous (could be unnamed or have
Expand Down

0 comments on commit c0c3cc3

Please sign in to comment.