Merge branch '1.3.x

This commit is contained in:
Andy Wilkinson
2016-07-11 17:03:16 +01:00
11 changed files with 14 additions and 8 deletions

View File

@@ -252,6 +252,7 @@ public class RandomAccessDataFile implements RandomAccessData {
: file);
}
catch (InterruptedException ex) {
Thread.currentThread().interrupt();
throw new IOException(ex);
}
}
@@ -276,6 +277,7 @@ public class RandomAccessDataFile implements RandomAccessData {
}
}
catch (InterruptedException ex) {
Thread.currentThread().interrupt();
throw new IOException(ex);
}
}