mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
persisting_state_of_components.md: fix PSC sample code first variant
This commit is contained in:
parent
d5faf64917
commit
cdd7c7ac16
@ -40,7 +40,7 @@ class MyService implements PersistentStateComponent<MyService.State> {
|
||||
public String value;
|
||||
}
|
||||
|
||||
State myState;
|
||||
private State myState = new State();
|
||||
|
||||
public State getState() {
|
||||
return myState;
|
||||
|
Loading…
x
Reference in New Issue
Block a user