src/main/java/com/treasuredata/api/TdApiExecutionInterruptedException.java in embulk-output-td-0.1.4 vs src/main/java/com/treasuredata/api/TdApiExecutionInterruptedException.java in embulk-output-td-0.1.5

- old
+ new

@@ -7,9 +7,10 @@ { super(cause); } @Override - public InterruptedException getCause() { + public InterruptedException getCause() + { return (InterruptedException) super.getCause(); } }