Alon Bar-Lev has posted comments on this change.

Change subject: utils: introduce EngineSSHClient wrapper
......................................................................


Patch Set 1: (2 inline comments)

> I would prefer you do to improve code-styling

What do you mean?

....................................................
File 
backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/ssh/EngineSSHClient.java
Line 24: public class EngineSSHClient extends SSHClient {
Line 25: 
Line 26:     private static final Log log = 
LogFactory.getLog(EngineSSHDialog.class);
Line 27: 
Line 28:     /**
juan once asked me to document all functions... I follow...
Line 29:      * Constructor.
Line 30:      */
Line 31:     public EngineSSHClient() {
Line 32:         super();


Line 66:         final String alias = config.getPKIEngineStoreAlias();
Line 67: 
Line 68:         KeyStore.PrivateKeyEntry entry;
Line 69:         InputStream in = null;
Line 70:         try {
when I move to jdk-1.7, I will do this for all of my classes....
Line 71:             in = new FileInputStream(p12);
Line 72:             KeyStore ks = KeyStore.getInstance("PKCS12");
Line 73:             ks.load(in, password);
Line 74: 


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I1993ac7e01963135aa8f53ce481b308b6531ecd3
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Alon Bar-Lev <[email protected]>
Gerrit-Reviewer: Barak Azulay <[email protected]>
Gerrit-Reviewer: Sahina Bose <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to