Guest User

Untitled

a guest
Oct 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. property 1: A
  2. property 2: A
  3. property 3: A
  4.  
  5. property 1: A -> B // no conflict - regular change
  6. property 2: B -> C // "by property" conflict - store has wrong from value
  7. property 3: B // conflict but not changed by the context
  8.  
  9. property 1: B
  10. property 2: C
  11. property 3: B
  12.  
  13. property 1: B
  14. property 2: C
  15. property 3: A
Add Comment
Please, Sign In to add comment