fix comment

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@723 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent abb704e316
commit 1c62d7ad1d
  1. 4
      jode/jode/flow/SequentialBlock.java

@ -25,9 +25,7 @@ import jode.expr.LocalStoreOperator;
/**
* A sequential block combines exactly two structured blocks to a new
* one. The first sub block mustn't be another sequential block,
* instead the second sub block should be used for this. This
* condition is temporarily violated, while the t1 transformation is
* done.
* instead the second sub block should be used for this.
*/
public class SequentialBlock extends StructuredBlock {
StructuredBlock[] subBlocks;

Loading…
Cancel
Save