Skip to content

Commit 0244319

Browse files
committed
HBASE-29223 Corrected spelling of 'URl' to 'URL'
1 parent 30da6b3 commit 0244319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hbase-server/src/test/java/org/apache/hadoop/hbase/tool/TestCanaryTool.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ public void testWebUI() throws Exception {
460460

461461
ExecutorService executorService = startCanaryToolInBackground(sink, configuration);
462462

463-
// Test that old canary status page URl redirects to JSP
463+
// Test that old canary status page URL redirects to JSP
464464
URL oldPageUrl = new URL("http://localhost:" + infoPort + "/canary-status");
465465
String oldPageContent = getPageContent(oldPageUrl);
466466
assertTrue("expected=canary.jsp, content=" + oldPageContent,

0 commit comments

Comments
 (0)