Update the conf util to support multiple configuration files Signed-off-by: Manula Thantriwatte <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/54b85c6c Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/54b85c6c Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/54b85c6c Branch: refs/heads/master Commit: 54b85c6c43f82dfa57dff7035460620d2ba675a3 Parents: 18aa971 Author: gayan <[email protected]> Authored: Wed Dec 3 19:39:25 2014 +0530 Committer: Manula Thantriwatte <[email protected]> Committed: Thu Dec 4 13:48:39 2014 +0000 ---------------------------------------------------------------------- .../src/main/java/org/apache/stratos/autoscaler/util/ConfUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/54b85c6c/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/util/ConfUtil.java ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/util/ConfUtil.java b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/util/ConfUtil.java index 8315b32..6ca3451 100644 --- a/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/util/ConfUtil.java +++ b/components/org.apache.stratos.autoscaler/src/main/java/org/apache/stratos/autoscaler/util/ConfUtil.java @@ -54,7 +54,7 @@ public class ConfUtil { /** * Get the instance of the configuration file * - * @param configFilePath configuration file name + * @param configFilePath Configuration file name * @return ConfUtil instance */ public static ConfUtil getInstance(String configFilePath) {
