Skip to content

Commit

Permalink
chore: checkstyle issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Glaucio Jannotti committed Jan 24, 2024
1 parent 02aca26 commit f89ff4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public MultipartController(@NotNull Monitor monitor,
@NotNull DynamicAttributeTokenService tokenService,
@NotNull List<Handler> multipartHandlers,
@NotNull String idsWebhookAddress) {
super(monitor, connectorId, objectMapper, tokenService, multipartHandlers, idsWebhookAddress);
super(monitor, connectorId, objectMapper, tokenService, multipartHandlers, idsWebhookAddress);
}

/**
Expand Down

0 comments on commit f89ff4d

Please sign in to comment.