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:
parent
2e0a39a455
commit
fd71114426
|
|
@ -58,4 +58,4 @@ public class CreateDiscHandler implements ActionHandler {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue