X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/NullLiteral.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/NullLiteral.java index 44c41b7..23f88d3 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/NullLiteral.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/NullLiteral.java @@ -5,7 +5,7 @@ import test.Token; /** * @author Matthieu Casanova */ -public class NullLiteral extends MagicLiteral { +public final class NullLiteral extends MagicLiteral { public NullLiteral(final Token token) { super(token.sourceStart, token.sourceEnd);