mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-28 01:09:56 +07:00
remove redundant line break in generated code (IDEA-189268)
This commit is contained in:
@@ -23,7 +23,6 @@ class A extends I {
|
||||
|
||||
@Override
|
||||
public int hashCode() {
|
||||
|
||||
int result = super.hashCode();
|
||||
result = 31 * result + Arrays.hashCode(a1);
|
||||
return result;
|
||||
|
||||
Reference in New Issue
Block a user