Repository: hbase Updated Branches: refs/heads/branch-1 e3e9c96f8 -> f0541fcee
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/f0541fce Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f0541fce Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/f0541fce Branch: refs/heads/branch-1 Commit: f0541fceed8d3ce13da3da005bbbbe3c5c5cc557 Parents: e3e9c96 Author: Yi Deng <[email protected]> Authored: Thu Dec 11 16:36:46 2014 -0800 Committer: stack <[email protected]> Committed: Thu Dec 11 17:22:55 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/f0541fce/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 d5a4f77..f116a66 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
