Repository: airavata Updated Branches: refs/heads/master 7de199dbe -> 501f30bff
Minor changes to existing API method descriptions Project: http://git-wip-us.apache.org/repos/asf/airavata/repo Commit: http://git-wip-us.apache.org/repos/asf/airavata/commit/501f30bf Tree: http://git-wip-us.apache.org/repos/asf/airavata/tree/501f30bf Diff: http://git-wip-us.apache.org/repos/asf/airavata/diff/501f30bf Branch: refs/heads/master Commit: 501f30bff7738dd712f2b5f4d328ac384f9c51d7 Parents: 7de199d Author: Eroma Abeysinghe <[email protected]> Authored: Tue Dec 15 15:51:38 2015 -0500 Committer: Eroma Abeysinghe <[email protected]> Committed: Tue Dec 15 15:51:38 2015 -0500 ---------------------------------------------------------------------- .../airavata-apis/airavata_api.thrift | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/airavata/blob/501f30bf/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 77917a1..285659c 100644 --- a/thrift-interface-descriptions/airavata-apis/airavata_api.thrift +++ b/thrift-interface-descriptions/airavata-apis/airavata_api.thrift @@ -50,7 +50,7 @@ namespace py apache.airavata.api namespace js ApacheAiravataAPI /** - * Airavata Interface Versions depend upon this Thrift Interface File. When Making changes, please edit the + * Airavata Interface Versions depend upon this Thrift Interface File. When making changes, please edit the * Version Constants according to Semantic Versioning Specification (SemVer) http://semver.org. * * Note: The Airavata API version may be different from the Airavata software release versions. @@ -81,13 +81,13 @@ service Airavata { 4: airavata_errors.AuthorizationException ae) /** - * Register a gateway with Airavata. + * Register a Gateway with Airavata. * * @param gateway * The gateway data model. * * @return gatewayId - * A newly registered gateway Identifier. + * Th unique identifier of the newly registered gateway. * **/
