Correction: "register as an extension point" -> "register in an extension point"

This commit is contained in:
Karol Lewandowski 2023-07-19 10:18:02 +02:00
parent 1d98a4aa15
commit 8aa8712db7

View File

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