mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-06-13 13:47:46 +02:00
Implicit is generally prefered
Signed-off-by: TheKodeToad <TheKodeToad@proton.me>
This commit is contained in:
@ -157,7 +157,7 @@ public final class EntryPoint {
|
||||
LOGGER.log(Level.SEVERE, "Wrong argument", e);
|
||||
|
||||
return ExitCode.ILLEGAL_ARGUMENT;
|
||||
} catch (ClassNotFoundException | NoSuchMethodException | IllegalAccessException e) {
|
||||
} catch (ReflectiveOperationException e) {
|
||||
LOGGER.log(Level.SEVERE, "Caught reflection exception from launcher", e);
|
||||
|
||||
return ExitCode.ERROR;
|
||||
|
Reference in New Issue
Block a user