You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aurora.apache.org by ma...@apache.org on 2014/06/16 06:21:03 UTC

git commit: Remove smart quotes from api.thrift

Repository: incubator-aurora
Updated Branches:
  refs/heads/master f85907287 -> 02eb92d3b


Remove smart quotes from api.thrift

Bugs closed: AURORA-529

Reviewed at https://reviews.apache.org/r/22611/


Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/02eb92d3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/02eb92d3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/02eb92d3

Branch: refs/heads/master
Commit: 02eb92d3bfccde817bd01f90125e51bc9f36f79a
Parents: f859072
Author: Joe Smith <ya...@gmail.com>
Authored: Sun Jun 15 21:20:52 2014 -0700
Committer: Maxim Khutornenko <ma...@apache.org>
Committed: Sun Jun 15 21:20:52 2014 -0700

----------------------------------------------------------------------
 src/main/thrift/org/apache/aurora/gen/api.thrift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/02eb92d3/src/main/thrift/org/apache/aurora/gen/api.thrift
----------------------------------------------------------------------
diff --git a/src/main/thrift/org/apache/aurora/gen/api.thrift b/src/main/thrift/org/apache/aurora/gen/api.thrift
index e72bcfb..505ca33 100644
--- a/src/main/thrift/org/apache/aurora/gen/api.thrift
+++ b/src/main/thrift/org/apache/aurora/gen/api.thrift
@@ -137,7 +137,7 @@ struct Lock {
 // Defines the required lock validation level.
 enum LockValidation {
   CHECKED   = 0   // The lock must be valid in order to be released.
-  UNCHECKED = 1   // The lock will be released without validation (aka “force release”).
+  UNCHECKED = 1   // The lock will be released without validation (aka "force release").
 }
 
 // A unique identifier for the active task within a job.