Merge pull request #9 from kmer1224/patch-1

Update 10. 重写equals方法时遵守通用约定.md
This commit is contained in:
Joe 2019-07-22 10:04:36 +08:00 committed by GitHub
commit 28e51ff3ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,7 +79,6 @@ System.out.println(s.equals(cis)); // false
```java
List<CaseInsensitiveString> list = new ArrayList<>();
list.add(cis);List<CaseInsensitiveString> list = new ArrayList<>();
list.add(cis);
```