mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 08:47:50 +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;
|
||||
|
||||
import com.intellij.openapi.options.Configurable;
|
||||
@ -16,7 +15,7 @@ public class AppSettingsConfigurable implements Configurable {
|
||||
private AppSettingsComponent mySettingsComponent;
|
||||
|
||||
// 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)
|
||||
@Override
|
||||
|
Loading…
x
Reference in New Issue
Block a user