Added comments for Abstract Factory example.

This commit is contained in:
Ilkka Seppala
2014-08-31 00:15:47 +03:00
parent 601bd6bb98
commit 5aead88e5e
4 changed files with 24 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
package com.iluwatar;
/**
*
* Concrete factory.
*
*/
public class OrcKingdomFactory implements KingdomFactory {
public Castle createCastle() {