You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by jz...@apache.org on 2012/12/08 00:11:41 UTC

git commit: CLOUDSTACK-507 removing private key from expected response section in API docs

Updated Branches:
  refs/heads/master d1e49a050 -> 1ed2f4bf0


CLOUDSTACK-507 removing private key from expected response section in API docs


Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/1ed2f4bf
Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/1ed2f4bf
Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/1ed2f4bf

Branch: refs/heads/master
Commit: 1ed2f4bf041af8188375cc66520574913c956483
Parents: d1e49a0
Author: Joe Brockmeier <jz...@zonker.net>
Authored: Fri Dec 7 17:11:19 2012 -0600
Committer: Joe Brockmeier <jz...@zonker.net>
Committed: Fri Dec 7 17:11:19 2012 -0600

----------------------------------------------------------------------
 .../com/cloud/api/response/SSHKeyPairResponse.java |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/1ed2f4bf/api/src/com/cloud/api/response/SSHKeyPairResponse.java
----------------------------------------------------------------------
diff --git a/api/src/com/cloud/api/response/SSHKeyPairResponse.java b/api/src/com/cloud/api/response/SSHKeyPairResponse.java
index 16a2997..c955335 100644
--- a/api/src/com/cloud/api/response/SSHKeyPairResponse.java
+++ b/api/src/com/cloud/api/response/SSHKeyPairResponse.java
@@ -28,7 +28,6 @@ public class SSHKeyPairResponse extends BaseResponse {
     @SerializedName("fingerprint") @Param(description="Fingerprint of the public key")
     private String fingerprint;
     
-    @SerializedName("privatekey") @Param(description="Private key")
     private String privateKey;
 
     public SSHKeyPairResponse() {}