From 1c62d7ad1df3d5e2114078e18052d0034f1106bc Mon Sep 17 00:00:00 2001 From: jochen Date: Sat, 1 May 1999 09:53:55 +0000 Subject: [PATCH] fix comment git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@723 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/flow/SequentialBlock.java | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jode/jode/flow/SequentialBlock.java b/jode/jode/flow/SequentialBlock.java index 346dd7b..aa86203 100644 --- a/jode/jode/flow/SequentialBlock.java +++ b/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;