Skip to content

Commit 3ac1a36

Browse files
committed
docs: update prototype
1 parent 0da4dcd commit 3ac1a36

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

prototype/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -156,10 +156,6 @@ Here's the console output from running the example.
156156
08:36:19.014 [main] INFO com.iluwatar.prototype.App -- Orcish wolf attacks with laser
157157
```
158158

159-
## Detailed Explanation of Prototype Pattern with Real-World Examples
160-
161-
![alt text](./etc/prototype.urm.png "Prototype pattern class diagram")
162-
163159
## When to Use the Prototype Pattern in Java
164160

165161
* When the classes to instantiate are specified at run-time, for example, by dynamic loading.

0 commit comments

Comments
 (0)