Skip to content

Commit

Permalink
remove deprecated StoragePathMacros.APP_CONFIG usage
Browse files Browse the repository at this point in the history
- got deprecated in intellij commit c955b367fdbc4c57f377a0a500175eecfce1fdc9
  • Loading branch information
uwolfer committed May 28, 2016
1 parent 780046c commit e67ada4
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,7 @@
* @author oleg
* @author Urs Wolfer
*/
@State(
name = "GerritSettings",
storages = {
@Storage(
file = StoragePathMacros.APP_CONFIG + "/gerrit_settings.xml"
)}
)
@State(name = "GerritSettings", storages = @Storage("gerrit_settings.xml"))
public class GerritSettings implements PersistentStateComponent<Element>, GerritAuthData {

private static final String GERRIT_SETTINGS_TAG = "GerritSettings";
Expand Down

0 comments on commit e67ada4

Please sign in to comment.