mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fix API breakage.
This commit is contained in:
parent
73ac2ced22
commit
4eb4fa693c
1 changed files with 2 additions and 3 deletions
|
@ -134,9 +134,8 @@ public class CCorePlugin extends Plugin {
|
|||
|
||||
public static final String DEFAULT_PROVIDER_ID = CCorePlugin.PLUGIN_ID + ".defaultConfigDataProvider"; //$NON-NLS-1$
|
||||
|
||||
|
||||
public final static String SCANNER_INFO_PROVIDER2_NAME = "ScannerInfoProvider2"; //$NON-NLS-1$
|
||||
public final static String SCANNER_INFO_PROVIDER2 = PLUGIN_ID + "." + SCANNER_INFO_PROVIDER2_NAME; //$NON-NLS-1$
|
||||
private final static String SCANNER_INFO_PROVIDER2_NAME = "ScannerInfoProvider2"; //$NON-NLS-1$
|
||||
private final static String SCANNER_INFO_PROVIDER2 = PLUGIN_ID + "." + SCANNER_INFO_PROVIDER2_NAME; //$NON-NLS-1$
|
||||
|
||||
/**
|
||||
* Name of the extension point for contributing a source code formatter
|
||||
|
|
Loading…
Add table
Reference in a new issue