fix warning, it is not unused

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1641984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2014-11-27 01:25:53 +00:00
parent 608a726516
commit 273570bda5
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ public class FilterFileSystem extends FileSystem {
parent.onClose();
} else {
try (FileSystem d = delegate) {
assert d != null; // avoid stupid compiler warning
parent.onClose();
}
}