From f0541fceed8d3ce13da3da005bbbbe3c5c5cc557 Mon Sep 17 00:00:00 2001 From: Yi Deng Date: Thu, 11 Dec 2014 16:36:46 -0800 Subject: [PATCH] Fix the ASCII art Signed-off-by: stack --- .../hbase/test/IntegrationTestBigLinkedList.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java b/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java index d5a4f77ad0f..f116a66a071 100644 --- a/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java +++ b/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java @@ -154,7 +154,7 @@ import com.google.common.collect.Sets; * UNREFERENCED are· ok, any UNDEFINED counts are bad. Do not run at the· same * time as the Generator. * - * Walker - A standalong program that start following a linked list· and emits timing info.·· + * Walker - A standalone program that start following a linked list· and emits timing info.·· * * Print - A standalone program that prints nodes in the linked list * @@ -314,8 +314,8 @@ public class IntegrationTestBigLinkedList extends IntegrationTestBase { * _________________________ * | ______ | * | | || - * __+_________________+_____ || - * v v v ||| + * .-+-----------------+-----.|| + * | | | ||| * first = [ . . . . . . . . . . . ] ||| * ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ||| * | | | | | | | | | | | ||| @@ -327,8 +327,8 @@ public class IntegrationTestBigLinkedList extends IntegrationTestBase { * ... ||| * ||| * last = [ . . . . . . . . . . . ] ||| - * | | | | | | | | | | |-----||| - * | |--------|| + * ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^_____||| + * | |________|| * |___________________________| */ static class GeneratorMapper