From 45136147331a5eb074e132adf5e8855f2136c3e0 Mon Sep 17 00:00:00 2001 From: mohsenno1 Date: Tue, 26 Sep 2017 09:03:31 +0300 Subject: [PATCH] Update CodeGeneratorUtils.cs To Solve the Issue #64 https://github.com/OData/lab/issues/64 --- ODataConnectedService/src/Common/CodeGeneratorUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ODataConnectedService/src/Common/CodeGeneratorUtils.cs b/ODataConnectedService/src/Common/CodeGeneratorUtils.cs index a9d3fcf..1a95765 100644 --- a/ODataConnectedService/src/Common/CodeGeneratorUtils.cs +++ b/ODataConnectedService/src/Common/CodeGeneratorUtils.cs @@ -31,7 +31,7 @@ public static string GetWCFDSInstallLocation() } } - return null; + return String.Empty; } } }