Repository: mesos Updated Branches: refs/heads/master 0802b3c79 -> ff2a49a61
Fixed comment for the format of Mesos IDs. Review: https://reviews.apache.org/r/20363 Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/ff2a49a6 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/ff2a49a6 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/ff2a49a6 Branch: refs/heads/master Commit: ff2a49a61cb74dac29e2cd3ebf8d9a481fe6bf8c Parents: 0802b3c Author: Chengwei Yang <[email protected]> Authored: Tue Apr 15 10:16:00 2014 -0700 Committer: Vinod Kone <[email protected]> Committed: Tue Apr 15 10:16:00 2014 -0700 ---------------------------------------------------------------------- src/common/date_utils.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/ff2a49a6/src/common/date_utils.hpp ---------------------------------------------------------------------- diff --git a/src/common/date_utils.hpp b/src/common/date_utils.hpp index 085c1ce..523e273 100644 --- a/src/common/date_utils.hpp +++ b/src/common/date_utils.hpp @@ -31,7 +31,7 @@ class DateUtils { public: /** - * Get the current date in the format used for Mesos IDs (YYYYMMDDhhmmss). + * Get the current date in the format used for Mesos IDs (YYYYMMDD-hhmmss). */ static std::string currentDate();
