From: zhouruiyu Date: Mon, 10 Oct 2016 04:01:02 +0000 (+0800) Subject: 1. change the adderss into address X-Git-Tag: release/sun~11 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e7c3f93eeaae722f438defd9b725d35348e1a6f4;p=vfc%2Fnfvo%2Fwfengine.git 1. change the adderss into address Change-Id: I2062dd4b59476c36ca1f51957bf33651623361d3 Signed-off-by: zhouruiyu --- diff --git a/common-util/src/main/java/org/openo/baseservice/bus/util/RegisterService.java b/common-util/src/main/java/org/openo/baseservice/bus/util/RegisterService.java index 3a84781..d1926c7 100644 --- a/common-util/src/main/java/org/openo/baseservice/bus/util/RegisterService.java +++ b/common-util/src/main/java/org/openo/baseservice/bus/util/RegisterService.java @@ -127,7 +127,7 @@ public class RegisterService { * @throws IOException * @since */ - private static String getBusAdderss() throws IOException { + private static String getBusAddress() throws IOException { LOGGER.info("begin to get the bus baseurl."); FileInputStream busFile = null; @@ -169,7 +169,7 @@ public class RegisterService { providers.add(jacksonJsonProvider); if (busPath == null) { - busPath = getBusAdderss(); + busPath = getBusAddress(); } return WebClient.create(busPath, providers);