Adding descriptions to thirft API methods
Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/50cdfcee Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/50cdfcee Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/50cdfcee Branch: refs/heads/master Commit: 50cdfceefbe052cb31916616b03c2ea8e5088858 Parents: 8eb545e Author: Eroma Abeysinghe <[email protected]> Authored: Tue Dec 15 16:13:07 2015 -0500 Committer: Eroma Abeysinghe <[email protected]> Committed: Tue Dec 15 16:13:07 2015 -0500 ---------------------------------------------------------------------- .../airavata-apis/airavata_api.thrift | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/50cdfcee/thrift-interface-descriptions/airavata-apis/airavata_api.thrift ---------------------------------------------------------------------- diff --git a/thrift-interface-descriptions/airavata-apis/airavata_api.thrift b/thrift-interface-descriptions/airavata-apis/airavata_api.thrift index 0a87fd5..168427e 100644 --- a/thrift-interface-descriptions/airavata-apis/airavata_api.thrift +++ b/thrift-interface-descriptions/airavata-apis/airavata_api.thrift @@ -165,16 +165,16 @@ service Airavata { 4: airavata_errors.AuthorizationException ae) - /** + /** * Airavata Adminstrative Funcationality - **/ + **/ - /** + /** * Generate and Register SSH Key Pair with Airavata Credential Store. * * @param gatewayId - * The identifier for the requested gateway. + * The identifier for the requested Gateway. * * @param userName * The User for which the credential should be registered. For community accounts, this user is the name of the @@ -182,7 +182,7 @@ service Airavata { * * @return airavataCredStoreToken * An SSH Key pair is generated and stored in the credential store and associated with users or community account - * belonging to a gateway. + * belonging to a Gateway. * **/
