#984 for unitofwork, tolerantreader, twin (#1044)

* #984 for unitofwork, tolerantreader, twin

* #984 for unitofwork, tolerantreader, twin

* #987 for visitor, value-object, unitofwork, typeobjectpattern, tolerantreader, twin, tranpoline
This commit is contained in:
Anurag870
2019-10-26 21:28:56 +05:30
committed by Ilkka Seppälä
parent c7fee7bb07
commit fadad43f8b
4 changed files with 32 additions and 28 deletions

View File

@ -41,8 +41,8 @@ public class App {
*/
public static void main(String[] args) throws Exception {
BallItem ballItem = new BallItem();
BallThread ballThread = new BallThread();
var ballItem = new BallItem();
var ballThread = new BallThread();
ballItem.setTwin(ballThread);
ballThread.setTwin(ballItem);