fix typo in storage location

This commit is contained in:
Dmitry Jemerov
2010-12-15 14:29:09 +03:00
parent fdf1f86ec8
commit 1580dbbe7d
@@ -25,7 +25,7 @@ import com.intellij.openapi.project.Project;
* @author yole
*/
@State(
name = "GotoFileConfiguration",
name = "GotoClassSymbolConfiguration",
storages = {@Storage(
id = "other",
file = "$WORKSPACE_FILE$")})