Fixed outdated comment.

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


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

Branch: refs/heads/master
Commit: 06506faea2b9ead713907e8dd19ab53505dc93cf
Parents: 504e05e
Author: Neil Conway <neil.con...@gmail.com>
Authored: Mon Sep 19 15:47:19 2016 -0700
Committer: Vinod Kone <vinodk...@gmail.com>
Committed: Mon Sep 19 15:47:19 2016 -0700

----------------------------------------------------------------------
 src/master/master.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/06506fae/src/master/master.cpp
----------------------------------------------------------------------
diff --git a/src/master/master.cpp b/src/master/master.cpp
index 7e501ec..89fde24 100644
--- a/src/master/master.cpp
+++ b/src/master/master.cpp
@@ -7630,8 +7630,8 @@ InverseOffer* Master::getInverseOffer(const OfferID& 
inverseOfferId)
 
 
 // Create a new framework ID. We format the ID as MASTERID-FWID, where
-// MASTERID is the ID of the master (launch date plus fault tolerant ID)
-// and FWID is an increasing integer.
+// MASTERID is the ID of the master (randomly generated UUID) and FWID
+// is an increasing integer.
 FrameworkID Master::newFrameworkId()
 {
   std::ostringstream out;

Reply via email to