mirror of
https://github.com/apache/lucene.git
synced 2025-02-21 01:18:45 +00:00
fix java 5 compile error
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/docvalues@1125097 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6dc4879fec
commit
a19d849e2f
@ -302,7 +302,7 @@ final class PerFieldCodecWrapper extends Codec {
|
||||
if (next != null) {
|
||||
next.close();
|
||||
}
|
||||
} catch (Exception ioe) {
|
||||
} catch (IOException ioe) {
|
||||
// keep first IOException we hit but keep
|
||||
// closing the rest
|
||||
if (err == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user