This is an automated email from the ASF dual-hosted git repository. msingh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 3f11275fded606e6abec19ee1e51750307456326 Author: sky76093016 <[email protected]> AuthorDate: Fri Mar 12 20:43:40 2021 +0800 HDDS-4972. Fix typo in SCMConnectionManager.java (#2033) --- .../ozone/container/common/statemachine/SCMConnectionManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/SCMConnectionManager.java b/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/SCMConnectionManager.java index ffca599..e68b453 100644 --- a/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/SCMConnectionManager.java +++ b/hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/SCMConnectionManager.java @@ -129,7 +129,7 @@ public class SCMConnectionManager /** * adds a new SCM machine to the target set. * - * @param address - Address of the SCM machine to send heatbeat to. + * @param address - Address of the SCM machine to send heartbeat to. * @throws IOException */ public void addSCMServer(InetSocketAddress address) throws IOException { @@ -220,7 +220,7 @@ public class SCMConnectionManager /** * Removes a SCM machine for the target set. * - * @param address - Address of the SCM machine to send heatbeat to. + * @param address - Address of the SCM machine to send heartbeat to. * @throws IOException */ public void removeSCMServer(InetSocketAddress address) throws IOException { --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
