Skip to content

Commit

Permalink
fix: upgrade spring boot to 2.4.X
Browse files Browse the repository at this point in the history
  • Loading branch information
tkuzynow committed May 16, 2024
1 parent d1155ab commit 414b3df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AgencyDependedViolationReportRuleTest {
private AgencyDependedViolationReportRule reportRule =
new AgencyDependedViolationReportRule() {
@Override
List<ViolationDTO> generateViolations() {
public List<ViolationDTO> generateViolations() {
return emptyList();
}
};
Expand Down

0 comments on commit 414b3df

Please sign in to comment.