This is an automated email from the ASF dual-hosted git repository. hulee pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/helix.git
commit 6fb58a3f1004665651199c1f9b7aa5d1805137ab Author: chenboat <[email protected]> AuthorDate: Tue Aug 13 23:22:33 2019 -0700 Fix a typo. #382 --- .../java/org/apache/helix/monitoring/mbeans/TestZkClientMonitor.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helix-core/src/test/java/org/apache/helix/monitoring/mbeans/TestZkClientMonitor.java b/helix-core/src/test/java/org/apache/helix/monitoring/mbeans/TestZkClientMonitor.java index ca461f5..5c92b0d 100644 --- a/helix-core/src/test/java/org/apache/helix/monitoring/mbeans/TestZkClientMonitor.java +++ b/helix-core/src/test/java/org/apache/helix/monitoring/mbeans/TestZkClientMonitor.java @@ -153,7 +153,7 @@ public class TestZkClientMonitor { } @Test - public void testCustomizedResetInverval() { + public void testCustomizedResetInterval() { // Use a customized reservoir length of 1 mins. System.setProperty("reservoir.length.ms", "60000"); ZkClientMonitor monitor =
