Repository: hbase Updated Branches: refs/heads/master da2b5a962 -> fe12ad506
Fix the ASCII art Signed-off-by: stack <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fe12ad50 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/fe12ad50 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/fe12ad50 Branch: refs/heads/master Commit: fe12ad506602d8fc30f9208fee7820e2c805d874 Parents: da2b5a9 Author: Yi Deng <[email protected]> Authored: Thu Dec 11 16:36:46 2014 -0800 Committer: stack <[email protected]> Committed: Thu Dec 11 17:22:29 2014 -0800 ---------------------------------------------------------------------- .../hadoop/hbase/test/IntegrationTestBigLinkedList.java | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/fe12ad50/hbase-it/src/test/java/org/apache/hadoop/hbase/test/IntegrationTestBigLinkedList.java ---------------------------------------------------------------------- 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 b0ddb9b..259de65 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
