mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
autotools: Restore API.
It's unused but still we have to keep it. Change-Id: I9f23e09c0ce62bf88f6cc490a7c0c31852b6fd16 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
This commit is contained in:
parent
5e1208c12a
commit
2268403e02
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ import org.eclipse.jface.text.rules.ITokenScanner;
|
|||
|
||||
public class AutoconfMacroDamagerRepairer extends DefaultDamagerRepairer {
|
||||
|
||||
public final static String UNMATCHED_RIGHT_PARENTHESIS = "UnmatchedRightParenthesis"; //$NON-NLS-1$
|
||||
public final static String UNMATCHED_LEFT_PARENTHESIS = "UnmatchedLeftParenthesis"; //$NON-NLS-1$
|
||||
public final static String UNMATCHED_RIGHT_QUOTE = "UnmatchedRightQuote"; //$NON-NLS-1$
|
||||
public final static String UNMATCHED_LEFT_QUOTE = "UnmatchedLeftQuote"; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* Creates a damager/repairer that uses the given scanner. The scanner may
|
||||
* not be <code>null</code> and is assumed to return only token that carry
|
||||
|
|
Loading…
Add table
Reference in a new issue