Skip to content

Commit f60c65d

Browse files
committed
Factory Method (09/30)
1 parent 9eba43c commit f60c65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Creational Patterns/Factory Method/Factory Method.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* Factory Method (팩토리 메서드)
33
*
4-
* -
4+
* - 팩토리 메서드
55
*/
66

77
// 키보드 인터페이스

0 commit comments

Comments
 (0)