Fixed the right angle brackets in isolator header.

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

Branch: refs/heads/master
Commit: 15927e0233760adb258370f3fc597b9aad53bef0
Parents: d82ec92
Author: Jie Yu <[email protected]>
Authored: Fri Mar 20 16:33:22 2015 -0700
Committer: Jie Yu <[email protected]>
Committed: Mon Mar 23 11:45:42 2015 -0700

----------------------------------------------------------------------
 include/mesos/slave/isolator.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/15927e02/include/mesos/slave/isolator.hpp
----------------------------------------------------------------------
diff --git a/include/mesos/slave/isolator.hpp b/include/mesos/slave/isolator.hpp
index 907be5b..7cbce42 100644
--- a/include/mesos/slave/isolator.hpp
+++ b/include/mesos/slave/isolator.hpp
@@ -89,7 +89,7 @@ public:
   // returned in the optional CommandInfo and they will be run by the Launcher.
   // TODO(idownes): Any URIs or Environment in the CommandInfo will be ignored;
   // only the command value is used.
-  process::Future<Option<CommandInfo> > prepare(
+  process::Future<Option<CommandInfo>> prepare(
       const ContainerID& containerId,
       const ExecutorInfo& executorInfo,
       const std::string& directory,
@@ -133,7 +133,7 @@ public:
   virtual process::Future<Nothing> recover(
       const std::list<ExecutorRunState>& state) = 0;
 
-  virtual process::Future<Option<CommandInfo> > prepare(
+  virtual process::Future<Option<CommandInfo>> prepare(
       const ContainerID& containerId,
       const ExecutorInfo& executorInfo,
       const std::string& directory,

Reply via email to