mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
source searcher: compilation fix
This commit is contained in:
@@ -84,7 +84,11 @@ public abstract class SourceSearcher {
|
||||
}
|
||||
}
|
||||
finally {
|
||||
StreamUtil.closeStream(jarFile);
|
||||
try {
|
||||
jarFile.close();
|
||||
}
|
||||
catch (IOException ignore) {
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (IOException ignore) {
|
||||
|
||||
Reference in New Issue
Block a user