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

Author: adamtracymartin <atmartin@yahoo.com>

Reviewers: Sijie Guo <sijie@apache.org>

Closes #100 from adamtracymartin/DL-28
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 @@
     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 */