Skip to content

Commit b9d8a84

Browse files
author
fengjiankun
committed
2 parents b33f922 + 2e66904 commit b9d8a84

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: common/src/main/java/net/qihoo/hbox/conf/HboxConfiguration.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ public HboxConfiguration(Configuration conf) {
425425
*/
426426
public static final String HBOX_HISTORY_ADDRESS = "hbox.history.address";
427427

428-
public static final String HBOX_HISTORY_PORT = "hbox.hisotory.port";
428+
public static final String HBOX_HISTORY_PORT = "hbox.history.port";
429429

430430
public static final int DEFAULT_HBOX_HISTORY_PORT = 10021;
431431

Diff for: common/src/main/resources/hbox-default.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
<value>0.0.0.0:10021</value>
146146
</property>
147147
<property>
148-
<name>hbox.hisotory.port</name>
148+
<name>hbox.history.port</name>
149149
<value>10021</value>
150150
</property>
151151
<property>

Diff for: core/libexec/hbox-site.xml.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<value>0.0.0.0:10121</value>
4242
</property>
4343
<property>
44-
<name>hbox.hisotory.port</name>
44+
<name>hbox.history.port</name>
4545
<value>10121</value>
4646
</property>
4747
<property>

0 commit comments

Comments
 (0)