make it clear that DetailAST is not meant to be extended by Check authors

This commit is contained in:
Lars Kühne 2002-12-10 06:06:55 +00:00
parent b852b1bad4
commit 30bb5b3a28
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ import antlr.collections.AST;
* @author lkuehne
* @version 1.0
*/
public class DetailAST
public final class DetailAST
extends CommonAST
{
/** constant to indicate if not calculated the child count */