| opends/src/server/org/opends/server/types/LDIFImportConfig.java | ●●●●● patch | view | raw | blame | history |
opends/src/server/org/opends/server/types/LDIFImportConfig.java
@@ -1338,15 +1338,18 @@ */ public void close() { try if (reader != null) { reader.close(); } catch (Exception e) { if (debugEnabled()) try { TRACER.debugCaught(DebugLogLevel.ERROR, e); reader.close(); } catch (Exception e) { if (debugEnabled()) { TRACER.debugCaught(DebugLogLevel.ERROR, e); } } }