Commit 8437ebb
committed
This should fix the same race condition in duplicate as 6c2a624 in create
The hashset is copied in toDto other we get
"Found shared references to a collection org.hibernate.HibernateException"
during the clone
Signed-off-by: HARPER Jon <jon.harper87@gmail.com>1 parent 6c2a624 commit 8437ebb
2 files changed
Lines changed: 2 additions & 3 deletions
File tree
- src/main/java/org/gridsuite/study/server
- networkmodificationtree
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
580 | 580 | | |
581 | 581 | | |
582 | 582 | | |
583 | | - | |
584 | 583 | | |
585 | 584 | | |
586 | 585 | | |
| |||
592 | 591 | | |
593 | 592 | | |
594 | 593 | | |
595 | | - | |
| 594 | + | |
596 | 595 | | |
597 | 596 | | |
598 | 597 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments