summaryrefslogtreecommitdiff
path: root/spellchecker/src/com/intellij/spellchecker/state/CachedDictionaryState.java
diff options
context:
space:
mode:
Diffstat (limited to 'spellchecker/src/com/intellij/spellchecker/state/CachedDictionaryState.java')
-rw-r--r--spellchecker/src/com/intellij/spellchecker/state/CachedDictionaryState.java7
1 files changed, 3 insertions, 4 deletions
diff --git a/spellchecker/src/com/intellij/spellchecker/state/CachedDictionaryState.java b/spellchecker/src/com/intellij/spellchecker/state/CachedDictionaryState.java
index eb84d239336f..08956f481d9c 100644
--- a/spellchecker/src/com/intellij/spellchecker/state/CachedDictionaryState.java
+++ b/spellchecker/src/com/intellij/spellchecker/state/CachedDictionaryState.java
@@ -20,9 +20,8 @@ import com.intellij.spellchecker.dictionary.EditableDictionary;
@State(
name = "CachedDictionaryState",
- roamingType = RoamingType.DISABLED,
- storages = {@Storage(
- file = StoragePathMacros.APP_CONFIG + "/cachedDictionary.xml")})
+ storages = {@Storage(file = StoragePathMacros.APP_CONFIG + "/cachedDictionary.xml", roamingType = RoamingType.DISABLED)}
+)
public class CachedDictionaryState extends DictionaryState implements PersistentStateComponent<DictionaryState> {
public static final String DEFAULT_NAME = "cached";
@@ -42,4 +41,4 @@ public class CachedDictionaryState extends DictionaryState implements Persistent
}
super.loadState(state);
}
-} \ No newline at end of file
+}