Author: adietish
Date: 2011-10-13 15:59:40 -0400 (Thu, 13 Oct 2011)
New Revision: 35632
Modified:
trunk/as/plugins/org.jboss.tools.openshift.express.client/src/org/jboss/tools/openshift/express/client/SSHKeyPair.java
Log:
Modified:
trunk/as/plugins/org.jboss.tools.openshift.express.client/src/org/jboss/tools/openshift/express/client/SSHKeyPair.java
===================================================================
---
trunk/as/plugins/org.jboss.tools.openshift.express.client/src/org/jboss/tools/openshift/express/client/SSHKeyPair.java 2011-10-13
17:32:25 UTC (rev 35631)
+++
trunk/as/plugins/org.jboss.tools.openshift.express.client/src/org/jboss/tools/openshift/express/client/SSHKeyPair.java 2011-10-13
19:59:40 UTC (rev 35632)
@@ -93,11 +93,11 @@
return new String(Base64Encoder.encode(keyPair.getPublicKeyBlob()));
}
- protected String getPrivateKeyPath() {
+ public String getPrivateKeyPath() {
return privateKeyPath;
}
- protected String getPublicKeyPath() {
+ public String getPublicKeyPath() {
return publicKeyPath;
}
}
Show replies by date