mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
Correction: "register as an extension point" -> "register in an extension point"
This commit is contained in:
parent
1d98a4aa15
commit
8aa8712db7
@ -1,5 +1,4 @@
|
|||||||
// Copyright 2000-2022 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
// Copyright 2000-2023 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
||||||
|
|
||||||
package org.intellij.sdk.settings;
|
package org.intellij.sdk.settings;
|
||||||
|
|
||||||
import com.intellij.openapi.options.Configurable;
|
import com.intellij.openapi.options.Configurable;
|
||||||
@ -16,7 +15,7 @@ public class AppSettingsConfigurable implements Configurable {
|
|||||||
private AppSettingsComponent mySettingsComponent;
|
private AppSettingsComponent mySettingsComponent;
|
||||||
|
|
||||||
// A default constructor with no arguments is required because this implementation
|
// A default constructor with no arguments is required because this implementation
|
||||||
// is registered as an applicationConfigurable EP
|
// is registered in an applicationConfigurable EP
|
||||||
|
|
||||||
@Nls(capitalization = Nls.Capitalization.Title)
|
@Nls(capitalization = Nls.Capitalization.Title)
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user