Fix parent state ref

- For RepositoryState, its parent state is now
  defined as RepositoryState as well allowing
  to reference from a json files.
- Relates to #262
This commit is contained in:
Janne Valkealahti
2016-10-09 17:04:36 +01:00
parent c7951c5001
commit 3cc33a6fef
4 changed files with 14 additions and 9 deletions

View File

@@ -15,14 +15,14 @@
"@id": "3",
"_class": "org.springframework.statemachine.data.jpa.JpaRepositoryState",
"initial": true,
"parentState": "S2",
"parentState": "2",
"state": "S20"
},
{
"@id": "4",
"_class": "org.springframework.statemachine.data.jpa.JpaRepositoryState",
"initial": false,
"parentState": "S2",
"parentState": "2",
"state": "S21"
},
{