Skip to content

Commit

Permalink
remove additional catch block
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith committed Jan 14, 2025
1 parent 383cef8 commit 66f31d1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,6 @@ public static String resolveServiceName(String serviceName) {
String mainClass = main.getClassName();
File f = new File(dir, mainClass);
processName = f.getName();
} catch (RuntimeException e) {
processName = defaultProcessName;
} catch (Exception e) {
processName = defaultProcessName;
}
Expand Down

0 comments on commit 66f31d1

Please # to comment.