From 32c4ceddcefe6184d2fc54e071a3271483c97f5b Mon Sep 17 00:00:00 2001 From: Kris De Volder Date: Mon, 26 Oct 2020 11:25:04 -0700 Subject: [PATCH] Expose ProblemSeverityPreferencesUtil field to subclasses... Allows subclasses of AbstractProblemSeverityPreferencePage to refer to it from STS3. --- .../preferences/AbstractProblemSeverityPreferencesPage.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclipse-language-servers/org.springframework.ide.eclipse.editor.support/src/org/springframework/ide/eclipse/editor/support/preferences/AbstractProblemSeverityPreferencesPage.java b/eclipse-language-servers/org.springframework.ide.eclipse.editor.support/src/org/springframework/ide/eclipse/editor/support/preferences/AbstractProblemSeverityPreferencesPage.java index 8bb5ebbc5..e97b5998d 100644 --- a/eclipse-language-servers/org.springframework.ide.eclipse.editor.support/src/org/springframework/ide/eclipse/editor/support/preferences/AbstractProblemSeverityPreferencesPage.java +++ b/eclipse-language-servers/org.springframework.ide.eclipse.editor.support/src/org/springframework/ide/eclipse/editor/support/preferences/AbstractProblemSeverityPreferencesPage.java @@ -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.