Skip to content

Commit fa93d54

Browse files
committed
iluwatar#94 Remove Calendar#getInstance from the real world examples of Factory Method
1 parent f103ce9 commit fa93d54

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ A programming idiom is a means of expressing a recurring construct in one or mor
139139
* a class wants its subclasses to specify the objects it creates
140140
* classes delegate responsibility to one of several helper subclasses, and you want to localize the knowledge of which helper subclass is the delegate
141141

142-
**Real world examples:**
143-
* [java.util.Calendar#getInstance()](http://docs.oracle.com/javase/8/docs/api/java/util/Calendar.html#getInstance%28%29)
144-
145142
## <a name="prototype">Prototype</a> [&#8593;](#list-of-design-patterns)
146143
**Intent:** Specify the kinds of objects to create using a prototypical instance, and create new objects by copying this prototype.
147144

0 commit comments

Comments
 (0)