make it clear that DetailAST is not meant to be extended by Check authors
This commit is contained in:
parent
b852b1bad4
commit
30bb5b3a28
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue