1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Change visibility of fields.

This commit is contained in:
Alain Magloire 2003-09-07 19:52:20 +00:00
parent a408d89e9f
commit 39e50dd226
2 changed files with 3 additions and 3 deletions

View file

@ -28,7 +28,7 @@ import org.eclipse.jface.viewers.Viewer;
import org.eclipse.swt.widgets.Control;
public class MakeContentProvider implements ITreeContentProvider, IMakeTargetListener, IResourceChangeListener {
private boolean bFlatten;
protected boolean bFlatten;
protected StructuredViewer viewer;

View file

@ -41,7 +41,7 @@ import org.eclipse.swt.widgets.Text;
public class MakeTargetDialog extends Dialog {
private MessageLine fStatusLine;
protected MessageLine fStatusLine;
private static final String TARGET_PREFIX = "TargetBlock"; //$NON-NLS-1$
private static final String TARGET_NAME_LABEL = TARGET_PREFIX + ".target.label";
@ -78,7 +78,7 @@ public class MakeTargetDialog extends Dialog {
private String targetString;
private String targetName;
private String targetBuildID;
private IMakeTarget fTarget;
protected IMakeTarget fTarget;
/**
* @param parentShell