* #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:
@ -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);
|
||||
|
Reference in New Issue
Block a user