Repository: hbase Updated Branches: refs/heads/0.98 8c54b0c0c -> 9cc138098
Fix the ASCII art Signed-off-by: Andrew Purtell <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9cc13809 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9cc13809 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9cc13809 Branch: refs/heads/0.98 Commit: 9cc13809809f1fb79c2e5a036b51c66582606a59 Parents: 8c54b0c Author: Yi Deng <[email protected]> Authored: Thu Dec 11 16:36:46 2014 -0800 Committer: Andrew Purtell <[email protected]> Committed: Thu Dec 11 17:35:08 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/9cc13809/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 1583cd1..74f2400 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 @@ -152,7 +152,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 * @@ -312,8 +312,8 @@ public class IntegrationTestBigLinkedList extends IntegrationTestBase { * _________________________ * | ______ | * | | || - * __+_________________+_____ || - * v v v ||| + * .-+-----------------+-----.|| + * | | | ||| * first = [ . . . . . . . . . . . ] ||| * ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ||| * | | | | | | | | | | | ||| @@ -325,8 +325,8 @@ public class IntegrationTestBigLinkedList extends IntegrationTestBase { * ... ||| * ||| * last = [ . . . . . . . . . . . ] ||| - * | | | | | | | | | | |-----||| - * | |--------|| + * ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^_____||| + * | |________|| * |___________________________| */ static class GeneratorMapper
