Skip to content

Commit

Permalink
[ROCKSOLID-12899] remove superfluous spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
joaryche committed Jun 27, 2024
1 parent e233d9a commit 2c531fe
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ public static String reAttachMessage(String raw, ImmutableConnectorMessage conne
* @param connectorMessage
* The ConnectorMessage associated with this message, used to identify the
* channel/message ID.
* @return A List of attachment IDs associated with the current channel / message.
* @return A List of attachment IDs associated with the current channel/message.
* @throws MessageSerializerException
* If the attachment IDs could be retrieved.
*/
Expand All @@ -127,13 +127,13 @@ public static List<String> getMessageAttachmentIds(ImmutableConnectorMessage con
}

/**
* Returns a list of attachment IDs associated with the current channel / message.
* Returns a list of attachment IDs associated with the current channel/message.
*
* @param channelId
* The ID of the channel the attachments are associated with.
* @param messageId
* The ID of the message the attachments are associated with.
* @return A List of attachment IDs associated with the current channel / message.
* @return A List of attachment IDs associated with the current channel/message.
* @throws MessageSerializerException
* If the attachment IDs could be retrieved.
*/
Expand Down

0 comments on commit 2c531fe

Please sign in to comment.