Skip to content

Commit

Permalink
add final to parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
boal committed Feb 26, 2025
1 parent 3487f4f commit d94facf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void loadMessstellenCron() {
final List<MessstelleDto> body = loadMessstellen();
// Stammdatenservice aufrufen
this.processingMessstellen(body);
} catch (Exception exception) {
} catch (final Exception exception) {
log.error(exception.getMessage(), exception);
}
}
Expand Down

0 comments on commit d94facf

Please sign in to comment.