Skip to content

Commit

Permalink
chore: Remove unused constructor in RouterApplication class
Browse files Browse the repository at this point in the history
  • Loading branch information
YukinaMochizuki committed Aug 17, 2024
1 parent 11b6a85 commit 774e41c
Show file tree
Hide file tree
Showing 2 changed files with 391 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@

@SpringBootApplication
public final class RouterApplication {

private RouterApplication() {
// Not called
}

/**
* Main method to run the application.
*
Expand Down
Loading

0 comments on commit 774e41c

Please sign in to comment.