Drop deprecated file from @Storage

#KT-35918 Comment
This commit is contained in:
Vladimir Dolzhenko
2020-02-03 14:58:20 +01:00
parent ff7221e1c4
commit 45e288be49
@@ -27,7 +27,7 @@ import org.jetbrains.annotations.Nullable;
name = "JetEditorOptions",
storages = {
@Storage(
file = "$APP_CONFIG$/editor.xml"
value = "$APP_CONFIG$/editor.xml"
)}
)
public class KotlinEditorOptions implements PersistentStateComponent<KotlinEditorOptions> {