Expose ProblemSeverityPreferencesUtil field to subclasses...
Allows subclasses of AbstractProblemSeverityPreferencePage to refer to it from STS3.
This commit is contained in:
@@ -52,7 +52,7 @@ import org.springsource.ide.eclipse.commons.livexp.util.Log;
|
||||
*/
|
||||
public abstract class AbstractProblemSeverityPreferencesPage extends FieldEditorPreferencePage implements IWorkbenchPreferencePage, IWorkbenchPropertyPage {
|
||||
|
||||
private final ProblemSeverityPreferencesUtil util;
|
||||
protected final ProblemSeverityPreferencesUtil util;
|
||||
|
||||
/**
|
||||
* Project for a project propertypage, or null for a workspace preference page.
|
||||
|
||||
Reference in New Issue
Block a user