Skip to content

Commit

Permalink
refactor: Remove confusing final modifier
Browse files Browse the repository at this point in the history
  • Loading branch information
sgcr committed Oct 31, 2024
1 parent fe2a158 commit 6dcf945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/module/matches/SpielerSternePanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ protected final void clear() {
/**
* Erzeugt die Komponenten
*/
private final void initComponents() {
private void initComponents() {
final GridBagLayout layout = new GridBagLayout();
final GridBagConstraints constraints = new GridBagConstraints();
constraints.fill = GridBagConstraints.BOTH;
Expand Down

0 comments on commit 6dcf945

Please sign in to comment.