[site] persisting_state: remove "IntelliJ IDEA" references

This commit is contained in:
Yann Cébron 2015-03-02 11:21:23 +01:00
parent 073a3b6695
commit 8b3362526b

View File

@ -6,7 +6,7 @@ title: Persisting State of Components
# {{ page.title }}
IntelliJ IDEA provides an API that allows components or services to persist their state between restarts of IntelliJ IDEA.
The IntelliJ Platform provides an API that allows components or services to persist their state between restarts of the IDE.
You can use either a simple API to persist a few values, or persist the state of more complicated components using the
[PersistentStateComponent](http://git.jetbrains.org/?p=idea/community.git;a=blob;f=platform/core-api/src/com/intellij/openapi/components/PersistentStateComponent.java;hb=HEAD)
interface.