Skip to content

Commit

Permalink
Remove ImageProcessingStartedEvent class
Browse files Browse the repository at this point in the history
Deleted the ImageProcessingStartedEvent class as it is no longer needed. Additionally, corrected a parameter description in ImageProcessingIntegrationService.java for clarity.
  • Loading branch information
saschadoemer committed Aug 16, 2024
1 parent 246564c commit f5e4140
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 36 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class ImageProcessingIntegrationService {
*
* @param transactionId The transaction id.
* @param group The group.
* @param cameraId The id of the drone.
* @param cameraId The id of the camera.
* @param imageChannel The channel the image was taken with.
* @param base64Image The base64 encoded tiff image.
*/
Expand Down

This file was deleted.

0 comments on commit f5e4140

Please sign in to comment.