Repository: mesos
Updated Branches:
  refs/heads/master 3d726e0f2 -> 7d2720063


Updated comment referencing deprecated and removed /master/shutdown endpoint.

/master/shutdown endpoint has been fully removed with 36732,
except this mini comment patch has been missing.

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


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

Branch: refs/heads/master
Commit: 7d27200630bf03a82368ab8d58a5a46825bb4122
Parents: 3d726e0
Author: Joerg Schad <[email protected]>
Authored: Tue Oct 6 10:22:13 2015 +0200
Committer: Bernd Mathiske <[email protected]>
Committed: Tue Oct 6 10:22:14 2015 +0200

----------------------------------------------------------------------
 src/master/master.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/7d272006/src/master/master.hpp
----------------------------------------------------------------------
diff --git a/src/master/master.hpp b/src/master/master.hpp
index 4bb65f0..9d95751 100644
--- a/src/master/master.hpp
+++ b/src/master/master.hpp
@@ -871,7 +871,7 @@ private:
     process::Future<process::http::Response> roles(
         const process::http::Request& request) const;
 
-    // /master/teardown and /master/shutdown (deprecated).
+    // /master/teardown
     process::Future<process::http::Response> teardown(
         const process::http::Request& request) const;
 

Reply via email to