Skip to content

Commit 6f92dd3

Browse files
authored
Update README.md
아이템 링크 테스트
1 parent 7181328 commit 6f92dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

profile/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
| 아이템 | 담당자 |
2020
| --- | --- |
21-
| 아이템 1. 생성자 대신 정적 팩터리 메서드를 고려하라 | [bunsung92](https://github.com/bunsung92) |
21+
| [아이템 1. 생성자 대신 정적 팩터리 메서드를 고려하라](https://github.com/orgs/Study-2-Effective-Java/discussions/17) | [bunsung92](https://github.com/bunsung92) |
2222
| 아이템 2. 생성자에 매개변수가 많다면 빌더를 고려하라 | [YuDeokRin](https://github.com/YuDeokRin) |
2323
| 아이템 3. private 생성자나 열거 타입으로 싱글턴임을 보증하라 | [jinan159](https://github.com/jinan159) |
2424
| 아이템 4. 인스턴스화를 막으려거든 private 생성자를 사용하라 | [JoisFe](https://github.com/JoisFe) |

0 commit comments

Comments
 (0)