Fix extra closing brace in CreateDiscHandler

Remove duplicate closing brace at end of CreateDiscHandler.java
  that was causing a syntax error.
This commit is contained in:
Gustavo Henrique Santos Souza de Miranda 2025-12-08 20:55:45 -03:00
parent 2e0a39a455
commit fd71114426
1 changed files with 1 additions and 1 deletions

View File

@ -58,4 +58,4 @@ public class CreateDiscHandler implements ActionHandler {
} }
} }
} }
}