Repository: incubator-reef
Updated Branches:
  refs/heads/master 130859c29 -> 3120e6455


[REEF-682] Remove Org.Apache.REEF.Common.IJobMessageObserver

JIRA:
  [REEF-682](https://issues.apache.org/jira/browse/REEF-682)

Pull Request:
  Closes #459


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/3120e645
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/3120e645
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/3120e645

Branch: refs/heads/master
Commit: 3120e64550ff7de2867658861e3baab5599374b6
Parents: 130859c
Author: Markus Weimer <wei...@apache.org>
Authored: Thu Sep 3 10:50:11 2015 -0700
Committer: Mariia Mykhailova <mar...@apache.org>
Committed: Thu Sep 3 13:32:11 2015 -0700

----------------------------------------------------------------------
 .../IJobMessageObserver.cs                      | 30 --------------------
 .../Org.Apache.REEF.Common.csproj               |  1 -
 2 files changed, 31 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/3120e645/lang/cs/Org.Apache.REEF.Common/IJobMessageObserver.cs
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Common/IJobMessageObserver.cs 
b/lang/cs/Org.Apache.REEF.Common/IJobMessageObserver.cs
deleted file mode 100644
index b1ba4ed..0000000
--- a/lang/cs/Org.Apache.REEF.Common/IJobMessageObserver.cs
+++ /dev/null
@@ -1,30 +0,0 @@
-/**
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *   http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-using System;
-
-namespace Org.Apache.REEF.Common
-{
-    /// <summary>
-    ///  The driver uses this interface to communicate with the job client.
-    /// </summary>
-    public interface IJobMessageObserver : IObserver<byte[]>
-    {
-    }
-}

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/3120e645/lang/cs/Org.Apache.REEF.Common/Org.Apache.REEF.Common.csproj
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Common/Org.Apache.REEF.Common.csproj 
b/lang/cs/Org.Apache.REEF.Common/Org.Apache.REEF.Common.csproj
index 91ed394..c3d5e1f 100644
--- a/lang/cs/Org.Apache.REEF.Common/Org.Apache.REEF.Common.csproj
+++ b/lang/cs/Org.Apache.REEF.Common/Org.Apache.REEF.Common.csproj
@@ -91,7 +91,6 @@ under the License.
     <Compile Include="Files\PathUtilities.cs" />
     <Compile Include="IContextAndTaskSubmittable.cs" />
     <Compile Include="IContextSubmittable.cs" />
-    <Compile Include="IJobMessageObserver.cs" />
     <Compile Include="Io\INameClient.cs" />
     <Compile Include="Io\NameAssignment.cs" />
     <Compile Include="Io\NamingConfiguration.cs" />

Reply via email to