added TODO comment about incomplete port

This commit is contained in:
Lars Kühne 2002-09-28 21:05:13 +00:00
parent 4b209708c6
commit 11fad553fd
1 changed files with 1 additions and 0 deletions

View File

@ -63,6 +63,7 @@ public class EmptyBlockCheck extends Check
return;
}
// TODO: port BlockOption.TEXT
if (aAST.getChildCount() == 0) {
DetailAST parent = aAST.getParent();
String parentText = parent.getText();