You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ne...@apache.org on 2017/03/09 05:41:24 UTC

mesos git commit: Removed misleading comment from protobuf file.

Repository: mesos
Updated Branches:
  refs/heads/master a310bcc10 -> b8b216331


Removed misleading comment from protobuf file.

Review: https://reviews.apache.org/r/57422


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/b8b21633
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/b8b21633
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/b8b21633

Branch: refs/heads/master
Commit: b8b21633199f23d78f2275f70b687d5db1dd7692
Parents: a310bcc
Author: Neil Conway <ne...@gmail.com>
Authored: Wed Mar 8 10:54:08 2017 -0500
Committer: Neil Conway <ne...@gmail.com>
Committed: Thu Mar 9 00:41:13 2017 -0500

----------------------------------------------------------------------
 include/mesos/mesos.proto    | 2 --
 include/mesos/v1/mesos.proto | 2 --
 2 files changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/b8b21633/include/mesos/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/mesos.proto b/include/mesos/mesos.proto
index 030e79c..a432ead 100644
--- a/include/mesos/mesos.proto
+++ b/include/mesos/mesos.proto
@@ -100,8 +100,6 @@ message ContainerID {
  */
 message TimeInfo {
   required int64 nanoseconds = 1;
-
-  // TODO(josephw): Add time zone information, if necessary.
 }
 
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/b8b21633/include/mesos/v1/mesos.proto
----------------------------------------------------------------------
diff --git a/include/mesos/v1/mesos.proto b/include/mesos/v1/mesos.proto
index 7f6f858..8a733d9 100644
--- a/include/mesos/v1/mesos.proto
+++ b/include/mesos/v1/mesos.proto
@@ -100,8 +100,6 @@ message ContainerID {
  */
 message TimeInfo {
   required int64 nanoseconds = 1;
-
-  // TODO(josephw): Add time zone information, if necessary.
 }