From e7c3f93eeaae722f438defd9b725d35348e1a6f4 Mon Sep 17 00:00:00 2001 From: zhouruiyu Date: Mon, 10 Oct 2016 12:01:02 +0800 Subject: [PATCH] 1. change the adderss into address Change-Id: I2062dd4b59476c36ca1f51957bf33651623361d3 Signed-off-by: zhouruiyu --- .../src/main/java/org/openo/baseservice/bus/util/RegisterService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.16.6