Polishing: fix a number of compiler warnings reported by Eclipse

This commit is contained in:
Andy Wilkinson
2015-09-22 13:30:07 +01:00
parent a38f01f9e5
commit 051ebf3fac
4 changed files with 4 additions and 1 deletions

View File

@@ -243,6 +243,7 @@ public class RandomAccessDataFile implements RandomAccessData {
this.files = new ConcurrentLinkedQueue<RandomAccessFile>();
}
@SuppressWarnings("resource")
public RandomAccessFile acquire() throws IOException {
try {
this.available.acquire();