mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
Resolve warnings about 'protected' members in a 'final' classes
GitOrigin-RevId: 5d7c04b6371be1f2cc924a86614919ab6ee5b642
This commit is contained in:
committed by
intellij-monorepo-bot
parent
70519ef3cd
commit
24adef8e2a
@@ -21,7 +21,7 @@ import javax.swing.event.AncestorEvent;
|
||||
import java.awt.*;
|
||||
|
||||
public final class PythonSdkEditorAdditionalOptionsProvider extends SdkEditorAdditionalOptionsProvider {
|
||||
protected PythonSdkEditorAdditionalOptionsProvider() {
|
||||
private PythonSdkEditorAdditionalOptionsProvider() {
|
||||
super(PythonSdkType.getInstance());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user