mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
EA-26772 - assert: Match.getChangedSignature
This commit is contained in:
@@ -319,7 +319,7 @@ public final class Match {
|
||||
}
|
||||
|
||||
@Nullable
|
||||
public String getChangedSignature(final PsiMethod method, final boolean shouldBeStatic, @Modifier String visibility) {
|
||||
public String getChangedSignature(final PsiMethod method, final boolean shouldBeStatic, String visibility) {
|
||||
final PsiType returnType = getChangedReturnType(method);
|
||||
if (!myChangedParams.isEmpty() || returnType != null) {
|
||||
@NonNls StringBuilder buffer = new StringBuilder();
|
||||
|
||||
Reference in New Issue
Block a user