Skip to content

Conversation

@ghgh415263
Copy link
Contributor

#3915

Delete redundant null check

Signed-off-by: kjy1994 [email protected]

Delete redundant null check

Signed-off-by: kjy1994 <[email protected]>
Copy link
Member

@artembilan artembilan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, add your name to the @author list of that affected class.

@Override
public void abortTransaction() throws ProducerFencedException {
Exception producerFailedToUse = this.producerFailed;
LOGGER.debug(() -> toString() + " abortTransaction()");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we are already here, would you mind fixing this line as well?

Suggested change
LOGGER.debug(() -> toString() + " abortTransaction()");
LOGGER.debug(() -> this + " abortTransaction()");

@ghgh415263 ghgh415263 closed this May 22, 2025
@ghgh415263 ghgh415263 mentioned this pull request May 22, 2025
artembilan pushed a commit that referenced this pull request May 22, 2025
Fixes: #3916

Delete redundant null check

Signed-off-by: JaeYeon Kim <[email protected]>
@ghgh415263 ghgh415263 deleted the kjy-3915 branch May 23, 2025 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants