update IEvaluatorReuest.cs name in the driver.csproj file

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

Branch: refs/heads/branch-0.11.0-incubating
Commit: b89aef3ebfcf12d8c0c566be902c14dcae6bc0e2
Parents: 410aa56
Author: Julia Wang <[email protected]>
Authored: Mon May 4 16:34:25 2015 -0700
Committer: Julia Wang <[email protected]>
Committed: Mon May 4 16:34:25 2015 -0700

----------------------------------------------------------------------
 lang/cs/Org.Apache.REEF.Driver/Org.Apache.REEF.Driver.csproj | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/b89aef3e/lang/cs/Org.Apache.REEF.Driver/Org.Apache.REEF.Driver.csproj
----------------------------------------------------------------------
diff --git a/lang/cs/Org.Apache.REEF.Driver/Org.Apache.REEF.Driver.csproj 
b/lang/cs/Org.Apache.REEF.Driver/Org.Apache.REEF.Driver.csproj
index 9e26254..74fbf5f 100644
--- a/lang/cs/Org.Apache.REEF.Driver/Org.Apache.REEF.Driver.csproj
+++ b/lang/cs/Org.Apache.REEF.Driver/Org.Apache.REEF.Driver.csproj
@@ -131,7 +131,7 @@ under the License.
     <Compile Include="Evaluator\IAllocatedEvaluator.cs" />
     <Compile Include="Evaluator\ICompletedEvaluator.cs" />
     <Compile Include="Evaluator\IEvaluatorDescriptor.cs" />
-    <Compile Include="Evaluator\IEvaluatorRequest .cs" />
+    <Compile Include="Evaluator\IEvaluatorRequest.cs" />
     <Compile Include="Evaluator\IEvaluatorRequestor.cs" />
     <Compile Include="Evaluator\IFailedEvaluator.cs" />
     <Compile Include="FailedJob.cs" />

Reply via email to