opendj3-server-dev/src/server/org/opends/server/backends/TrustStoreBackend.java
@@ -1287,14 +1287,7 @@ } finally { if (inputStream != null) { try { inputStream.close(); } catch (Exception e){} } close(inputStream); } @@ -1352,14 +1345,7 @@ } finally { if (inputStream != null) { try { inputStream.close(); } catch (Exception e){} } close(inputStream); } @@ -1425,14 +1411,7 @@ } finally { if (inputStream != null) { try { inputStream.close(); } catch (Exception e){} } close(inputStream); } try