mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-04 12:17:12 +07:00
Java: use Objects.hashCode() for single field JDK7+ hashCode() generation (IDEA-177907)
GitOrigin-RevId: 59011b448a85df06ef0b1a5960ab3bf7c77bc32f
This commit is contained in:
committed by
intellij-monorepo-bot
parent
9bcb2a6194
commit
cfc675690d
@@ -0,0 +1,3 @@
|
||||
class X {
|
||||
private String s = null;
|
||||
}
|
||||
Reference in New Issue
Block a user