Skip to content

Commit ec41c95

Browse files
danmooney2lenaorobei
authored andcommitted
Update storage implementation to be compatible with latest annotation interface
- This allows the latest intellij community SDK to be used for building (cherry picked from commit 46c83f6)
1 parent f53d864 commit ec41c95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/com/magento/idea/magento2plugin/Settings.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,7 @@
99
@State(
1010
name = "Magento2PluginSettings",
1111
storages = {
12-
@Storage(id = "default", file = StoragePathMacros.PROJECT_FILE),
13-
@Storage(id = "dir", file = StoragePathMacros.PROJECT_CONFIG_DIR + "/magento2plugin.xml", scheme = StorageScheme.DIRECTORY_BASED)
12+
@Storage("magento2plugin.xml")
1413
}
1514
)
1615
public class Settings implements PersistentStateComponent<Settings> {

0 commit comments

Comments
 (0)