Skip to content

Commit

Permalink
Correction: "register as an extension point" -> "register in an exten…
Browse files Browse the repository at this point in the history
…sion point"
  • Loading branch information
karollewandowski committed Jul 19, 2023
1 parent 1d98a4a commit 8aa8712
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -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;
Expand All @@ -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
Expand Down

0 comments on commit 8aa8712

Please sign in to comment.