Skip to content

Commit

Permalink
update per code review
Browse files Browse the repository at this point in the history
  • Loading branch information
joaryche committed Jun 26, 2024
1 parent d0b0e8b commit e233d9a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions server/src/com/mirth/connect/server/userutil/AttachmentUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ public static Attachment updateAttachment(ImmutableConnectorMessage connectorMes
}

/**
* Updates a specified connector message with a given attachment.
* Updates an attachment associated with a given connector message.
*
* @param connectorMessage
* The connector message to be associated with the attachment.
Expand All @@ -478,7 +478,7 @@ public static Attachment updateAttachment(ImmutableConnectorMessage connectorMes
}

/**
* Updates a specified connector message with a given attachment with an additional option to Base64 encode the content.
* Updates an attachment associated with a given connector message with an additional option to Base64 encode the content.
*
* @param connectorMessage
* The connector message to be associated with the attachment.
Expand All @@ -497,7 +497,7 @@ public static Attachment updateAttachment(ImmutableConnectorMessage connectorMes
}

/**
* Updates a specific channel/message ID with a given attachment.
* Updates an attachment associated with a specific channel/message ID.
*
* @param channelId
* The ID of the channel the attachment is associated with.
Expand All @@ -515,7 +515,7 @@ public static Attachment updateAttachment(String channelId, Long messageId, Atta
}

/**
* Updates a specific channel/message ID with a given attachment with an additional option to Base64 encode the content.
* Updates an attachment associated with a specific channel/message ID with an additional option to Base64 encode the content.
*
* @param channelId
* The ID of the channel the attachment is associated with.
Expand All @@ -536,7 +536,7 @@ public static Attachment updateAttachment(String channelId, Long messageId, Atta
}

/**
* Updates a specific channel/message/attachment ID with given content.
* Updates an attachment associated with a specific channel/message/attachment ID with given content.
*
* @param channelId
* The ID of the channel the attachment is associated with.
Expand All @@ -558,7 +558,7 @@ public static Attachment updateAttachment(String channelId, Long messageId, Stri
}

/**
* Updates a specific channel/message/attachment ID with given content with an additional option to Base64 encode the content.
* Updates an attachment associated with a specific channel/message/attachment ID with given content with an additional option to Base64 encode the content.
*
* @param channelId
* The ID of the channel the attachment is associated with.
Expand Down

0 comments on commit e233d9a

Please sign in to comment.