Expose ProblemSeverityPreferencesUtil field to subclasses...

Allows subclasses of AbstractProblemSeverityPreferencePage to refer
to it from STS3.
This commit is contained in:
Kris De Volder
2020-10-26 11:25:04 -07:00
parent dee2b0dcef
commit 32c4ceddce

View File

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