fix conflict with guava 16

This commit is contained in:
Sebastian Sdorra
2014-03-29 10:30:19 +01:00
parent 07363cbe82
commit 93728e71a1
9 changed files with 50 additions and 41 deletions

View File

@@ -121,7 +121,7 @@ public class HgWindowsPackageFixTest
}
finally
{
Closeables.closeQuietly(fos);
Closeables.close(fos, true);
}
return file;