mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Remove warnings.
This commit is contained in:
parent
9eab565dd0
commit
1a59094cd1
3 changed files with 3 additions and 3 deletions
|
@ -47,7 +47,7 @@ public abstract class AbstractErrorParserBlock extends AbstractCOptionPage {
|
|||
|
||||
private static String[] EMPTY = new String[0];
|
||||
private Preferences fPrefs;
|
||||
private HashMap mapParsers = new HashMap();
|
||||
protected HashMap mapParsers = new HashMap();
|
||||
private CheckedListDialogField fErrorParserList;
|
||||
protected boolean listDirty = false;
|
||||
|
||||
|
|
|
@ -176,7 +176,7 @@ public class BinaryParserBlock extends AbstractBinaryParserPage {
|
|||
comboBox.setText(initial);
|
||||
// Give a change to the UI contributors to react.
|
||||
// But do it last after the comboBox is set.
|
||||
super.performDefaults();
|
||||
handleBinaryParserChanged();
|
||||
getContainer().updateContainer();
|
||||
}
|
||||
|
||||
|
|
|
@ -32,7 +32,7 @@ import org.eclipse.swt.widgets.TabFolder;
|
|||
import org.eclipse.swt.widgets.TabItem;
|
||||
|
||||
public abstract class TabFolderOptionBlock {
|
||||
private boolean initializingTabs = true;
|
||||
protected boolean initializingTabs = true;
|
||||
private Composite composite;
|
||||
private boolean bShowMessageArea;
|
||||
private String fErrorMessage;
|
||||
|
|
Loading…
Add table
Reference in a new issue