mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-54902 Layout after Change signature is broken
Green code policy is applied
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ public class ChangeSignatureUtil {
|
||||
}
|
||||
}
|
||||
|
||||
public static interface ChildrenGenerator<Parent extends PsiElement, Child extends PsiElement> {
|
||||
public interface ChildrenGenerator<Parent extends PsiElement, Child extends PsiElement> {
|
||||
List<Child> getChildren(Parent parent);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user