mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
[settings sample] AppSettingsState: simplify
This commit is contained in:
parent
42fa2bfa10
commit
b51d69f671
@ -17,7 +17,7 @@ import org.jetbrains.annotations.Nullable;
|
||||
*/
|
||||
@State(
|
||||
name = "org.intellij.sdk.settings.AppSettingsState",
|
||||
storages = {@Storage("SdkSettingsPlugin.xml")}
|
||||
storages = @Storage("SdkSettingsPlugin.xml")
|
||||
)
|
||||
public class AppSettingsState implements PersistentStateComponent<AppSettingsState> {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user