Skip to content

Commit 180f058

Browse files
authored
fix: remove bad exception handler
1 parent d9af164 commit 180f058

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/thehyve/sas/Convert.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,6 @@ public static void main(String[] args) {
240240
} catch (IOException e) {
241241
e.printStackTrace();
242242
}
243-
catch (InterruptedException e){
244-
e.printStackTrace();
245-
}
246243
} catch (ParseException e) {
247244
System.err.printf(USAGE + "\n");
248245
e.printStackTrace();

0 commit comments

Comments
 (0)