Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

Commit fe49966

Browse files
committed
[아이템 89] fix: 아이템 이름 수정
1 parent 1e07d3a commit fe49966

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 아이템 88. readObject 메서드는 방어적으로 작성하라.
1+
# 아이템 89. 인스턴스 수를 통제해야 한다면 readResolve보다는 열거 타입을 사용하라
22

33
아이템 3에서 보았던 싱글톤 패턴 클래스의 생성자는 오로지 하나의 인스턴스만 생성하도록 보장한다.
44
```java

0 commit comments

Comments
 (0)