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

This commit is contained in:
Joe Brockmeier 2012-12-07 17:11:19 -06:00
parent d1e49a0500
commit 1ed2f4bf04

View File

@ -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() {}