1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Remove warnings.

This commit is contained in:
Alain Magloire 2003-09-23 19:49:56 +00:00
parent 9eab565dd0
commit 1a59094cd1
3 changed files with 3 additions and 3 deletions

View file

@ -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;

View file

@ -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();
}

View file

@ -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;