Repository: incubator-griffin Updated Branches: refs/heads/master 3bbbcb326 -> 21187ebd4
Removed bug Updated property to remove space. Author: Sparsh Singhal <[email protected]> Closes #397 from SparshSinghalHM/patch-2. Project: http://git-wip-us.apache.org/repos/asf/incubator-griffin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-griffin/commit/21187ebd Tree: http://git-wip-us.apache.org/repos/asf/incubator-griffin/tree/21187ebd Diff: http://git-wip-us.apache.org/repos/asf/incubator-griffin/diff/21187ebd Branch: refs/heads/master Commit: 21187ebd4b9243d7084ede27e2320c86c356ba5a Parents: 3bbbcb3 Author: Sparsh Singhal <[email protected]> Authored: Sat Aug 18 06:58:10 2018 +0800 Committer: William Guo <[email protected]> Committed: Sat Aug 18 06:58:10 2018 +0800 ---------------------------------------------------------------------- .../main/java/org/apache/griffin/core/config/PropertiesConfig.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-griffin/blob/21187ebd/service/src/main/java/org/apache/griffin/core/config/PropertiesConfig.java ---------------------------------------------------------------------- diff --git a/service/src/main/java/org/apache/griffin/core/config/PropertiesConfig.java b/service/src/main/java/org/apache/griffin/core/config/PropertiesConfig.java index 3bdb02b..ebbd6cf 100644 --- a/service/src/main/java/org/apache/griffin/core/config/PropertiesConfig.java +++ b/service/src/main/java/org/apache/griffin/core/config/PropertiesConfig.java @@ -56,7 +56,7 @@ public class PropertiesConfig { public PropertiesConfig( @Value("${external.config.location}") String configLocation, - @Value("${external.env .location}") String envLocation) { + @Value("${external.env.location}") String envLocation) { LOGGER.info("external.config.location : {}", configLocation != null ? configLocation : "null"); LOGGER.info("external.env.location : {}",
