Skip to content

Commit

Permalink
Combine catch blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardehrenfried committed Jan 16, 2025
1 parent cda87ff commit 4d50bdc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ public static void main(String[] args) {
measureTransferCacheComputation(timer, timetableRepository);

timer.finishUp();
} catch (OtpAppException ae) {
System.err.println(ae.getMessage());
System.exit(1);
} catch (Exception e) {
System.err.println(e.getMessage());
e.printStackTrace(System.err);
Expand Down

0 comments on commit 4d50bdc

Please sign in to comment.