Index: LogicalOrActionBlock.java =================================================================== --- LogicalOrActionBlock.java (revision 707093) +++ LogicalOrActionBlock.java (working copy) @@ -52,7 +52,7 @@ // @Override /** - * If the block is of the form | , the first + * If the block is of the form <action block> | <action block>, the first * block is evaluated. If it succeeds, the whole block succeeds and the * second block is not evaluated. If the first block fails, the second block * is evaluated and the whole block returns whatever the second block