[settings sample] AppSettingsState: simplify

This commit is contained in:
Yann Cébron 2021-10-11 15:56:48 +02:00
parent 42fa2bfa10
commit b51d69f671

View File

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