Skip to content

Commit

Permalink
Fixed Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
MeAlam1 committed Dec 8, 2024
1 parent 0502d6d commit d3ab260
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ protected String applyFormat(String pContent) {
* <br>
* This method iterates over the siblings of the input message and applies the CopyToClipboard formatting
* to each sibling that does not already have a click event set. The text to copy is set to the provided
* {@code textToCopy} parameter.
* {@code pTextToCopy} parameter.
*
* @param pMessage {@link MutableComponent} - The input message to be formatted.
* @param pMessage {@link MutableComponent} - The input message to be formatted.
* @param pTextToCopy {@link String} - The text to copy to the clipboard.
* @author MeAlam
* @since 1.5.0
Expand Down

0 comments on commit d3ab260

Please sign in to comment.