소스 검색

Re-add nicknames to hashcode.

pull/137/head
Greg Holmes 9 년 전
부모
커밋
10789b97b7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/com/dmdirc/config/profiles/Profile.java

+ 1
- 1
src/com/dmdirc/config/profiles/Profile.java 파일 보기

@@ -96,6 +96,6 @@ public class Profile {
96 96
 
97 97
     @Override
98 98
     public int hashCode() {
99
-        return Objects.hash(name, realname, ident);
99
+        return Objects.hash(name, realname, ident, nicknames);
100 100
     }
101 101
 }

Loading…
취소
저장