Allon Mureinik has posted comments on this change.

Change subject: core: Close store file after use
......................................................................


Patch Set 1: (1 inline comment)

....................................................
File 
backend/manager/modules/engineencryptutils/src/main/java/org/ovirt/engine/core/engineencryptutils/EncryptionUtils.java
Line 223:             if (storeIn != null) {
Consider replacing this block with 
org.apache.commons.io.IOUtils.closeQuietly(storeIn)

--
To view, visit http://gerrit.ovirt.org/5423
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I3b0546374668113de4b50871e0fdd985740e04cf
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Juan Hernandez <[email protected]>
Gerrit-Reviewer: Allon Mureinik <[email protected]>
Gerrit-Reviewer: Doron Fediuck <[email protected]>
Gerrit-Reviewer: Robert Middleswarth <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to