Fix the ASCII art

Signed-off-by: stack <stack@apache.org>
This commit is contained in:
Yi Deng 2014-12-11 16:36:46 -08:00 committed by stack
parent da2b5a9627
commit fe12ad5066
1 changed files with 5 additions and 5 deletions

View File

@ -154,7 +154,7 @@ import com.google.common.collect.Sets;
* UNREFERENCED are· ok, any UNDEFINED counts are bad. Do not run at the· same * UNREFERENCED are· ok, any UNDEFINED counts are bad. Do not run at the· same
* time as the Generator. * 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 * Print - A standalone program that prints nodes in the linked list
* *
@ -314,8 +314,8 @@ public class IntegrationTestBigLinkedList extends IntegrationTestBase {
* _________________________ * _________________________
* | ______ | * | ______ |
* | | || * | | ||
* __+_________________+_____ || * .-+-----------------+-----.||
* v v v ||| * | | | |||
* first = [ . . . . . . . . . . . ] ||| * first = [ . . . . . . . . . . . ] |||
* ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ||| * ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ |||
* | | | | | | | | | | | ||| * | | | | | | | | | | | |||
@ -327,8 +327,8 @@ public class IntegrationTestBigLinkedList extends IntegrationTestBase {
* ... ||| * ... |||
* ||| * |||
* last = [ . . . . . . . . . . . ] ||| * last = [ . . . . . . . . . . . ] |||
* | | | | | | | | | | |-----||| * ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^_____|||
* | |--------|| * | |________||
* |___________________________| * |___________________________|
*/ */
static class GeneratorMapper static class GeneratorMapper