mirror of https://github.com/apache/lucene.git
no Jira - trivial javadoc change
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1364967 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
cb33194b37
commit
22970d7325
|
@ -65,7 +65,7 @@ public final class IOUtils {
|
|||
* } catch (ExpectedException e) {
|
||||
* priorE = e;
|
||||
* } finally {
|
||||
* closeSafely(priorE, resource1, resource2, resource3);
|
||||
* closeWhileHandlingException(priorE, resource1, resource2, resource3);
|
||||
* }
|
||||
* </pre>
|
||||
* </p>
|
||||
|
|
Loading…
Reference in New Issue