X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/StringLiteral.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/StringLiteral.java index 1d19a60..a9d0338 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/StringLiteral.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ast/StringLiteral.java @@ -57,7 +57,6 @@ public final class StringLiteral extends Literal { * @param token the token * @param s sourcestart * @param e sourceend - * @deprecated */ public StringLiteral(final char[] token, final int s, final int e) { this(new String(token),s, e);