[LC] fix PsiClassRenderer

This commit is contained in:
Dmitrii Gridin
2022-12-22 16:38:49 +01:00
committed by teamcity
parent 86bb9eeebc
commit 2e2e633113
224 changed files with 595 additions and 1143 deletions
@@ -27,7 +27,6 @@ public final class User /* User*/ {
public final int getAge();// getAge()
public int hashCode();// hashCode()
}
public final class Person /* Person*/ {
@@ -57,5 +56,4 @@ public final class Person /* Person*/ {
public final void setAge(int);// setAge(int)
public int hashCode();// hashCode()
}
}