Repository: incubator-distributedlog
Updated Branches:
  refs/heads/master 042032a3a -> 67b8b6541


DL-28: changed // comments to /* */

Author: adamtracymartin <atmar...@yahoo.com>

Reviewers: Sijie Guo <si...@apache.org>

Closes #100 from adamtracymartin/DL-28


Project: http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/commit/67b8b654
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/tree/67b8b654
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/diff/67b8b654

Branch: refs/heads/master
Commit: 67b8b654167532f5ce22e21378d5bdad16f35c55
Parents: 042032a
Author: adamtracymartin <atmar...@yahoo.com>
Authored: Sun Jan 8 14:03:13 2017 -0800
Committer: Sijie Guo <si...@apache.org>
Committed: Sun Jan 8 14:03:13 2017 -0800

----------------------------------------------------------------------
 distributedlog-protocol/src/main/thrift/service.thrift | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-distributedlog/blob/67b8b654/distributedlog-protocol/src/main/thrift/service.thrift
----------------------------------------------------------------------
diff --git a/distributedlog-protocol/src/main/thrift/service.thrift 
b/distributedlog-protocol/src/main/thrift/service.thrift
index fa318e1..45e1449 100644
--- a/distributedlog-protocol/src/main/thrift/service.thrift
+++ b/distributedlog-protocol/src/main/thrift/service.thrift
@@ -96,9 +96,9 @@ enum StatusCode {
     TOO_MANY_STREAMS = 524,
     /* Log Segment Not Found */
     LOG_SEGMENT_NOT_FOUND = 525,
-    // End of Log Segment
+    /* End of Log Segment */
     END_OF_LOG_SEGMENT = 526,
-    // Log Segment Is Truncated
+    /* Log Segment Is Truncated */
     LOG_SEGMENT_IS_TRUNCATED = 527,
 
     /* 6xx: unexpected */

Reply via email to