Skip to content

Commit

Permalink
Pull request #846: [ROCKSOLID-12899] pt2 - development
Browse files Browse the repository at this point in the history
Merge in MC/connect from ROCKSOLID-12899-updateattutil to development

* commit '2c531fe7ae3c3133195de57c5f618cd600f255e8':
  [ROCKSOLID-12899] remove superfluous spacing
  • Loading branch information
joaryche authored and narupley committed Jun 27, 2024
2 parents 80a8c84 + 2c531fe commit af932b0
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 af932b0

Please sign in to comment.