Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update App.java (iluwatar#1098)
  • Loading branch information
dgruntz authored and iluwatar committed Nov 18, 2019
commit d4b2496e60c7d81a9e18a059cd629a190e490d15
4 changes: 2 additions & 2 deletions twin/src/main/java/com/iluwatar/twin/App.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

/**
* 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
* 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
* reference) like a single class inheriting from {@link GameItem} and {@link Thread}.
*/

Expand Down