From 5454ee764e40e9551235c7df0a2fffdc53ff39b4 Mon Sep 17 00:00:00 2001 From: Piotr Grabski-Gradzinski Date: Sat, 1 Jul 2017 12:17:10 +0200 Subject: [PATCH] Revert "[pl translation] Creational/SimpleFactory sorce fix." This reverts commit a44c3c80ab038101e46fd3b5ec968f210679b21a. --- Creational/SimpleFactory/README.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Creational/SimpleFactory/README.rst b/Creational/SimpleFactory/README.rst index 147bd57..3ef9f0e 100644 --- a/Creational/SimpleFactory/README.rst +++ b/Creational/SimpleFactory/README.rst @@ -7,9 +7,7 @@ Purpose SimpleFactory is a simple factory pattern. It differs from the static factory because it is not static. - Therefore, you can have multiple factories, differently parametrized, you can subclass it and you can mock it. - It always should be preferred over a static factory! UML Diagram