Update App.java (#1098)
This commit is contained in:
parent
7e4d0b4cdc
commit
d4b2496e60
@ -25,7 +25,7 @@ package com.iluwatar.twin;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Twin pattern is a design pattern which provides a standard solution to simulate multiple
|
* Twin pattern is a design pattern which provides a standard solution to simulate multiple
|
||||||
* inheritance in java.
|
* inheritance in Java.
|
||||||
*
|
*
|
||||||
* <p>In this example, the essence of the Twin pattern is the {@link BallItem} class and {@link
|
* <p>In this example, the essence of the Twin pattern is the {@link BallItem} class and {@link
|
||||||
* BallThread} class represent the twin objects to coordinate with each other (via the twin
|
* BallThread} class represent the twin objects to coordinate with each other (via the twin
|
||||||
|
Loading…
x
Reference in New Issue
Block a user