HBASE-9961 [WINDOWS] Multicast should bind to local address. ADDENDUM to fix javadoc warning

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1543687 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Enis Soztutar 2013-11-20 01:19:04 +00:00
parent e0c324f9d5
commit 560f000424
1 changed files with 1 additions and 1 deletions

View File

@ -934,7 +934,7 @@ public final class HConstants {
/**
* The address to use for binding the local socket for receiving multicast. Defaults to
* 0.0.0.0.
* @see https://issues.apache.org/jira/browse/HBASE-9961
* see https://issues.apache.org/jira/browse/HBASE-9961
*/
public static final String STATUS_MULTICAST_BIND_ADDRESS = "hbase.status.multicast.bind.address.ip";
public static final String DEFAULT_STATUS_MULTICAST_BIND_ADDRESS = "0.0.0.0";