mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
online change signature: preserve signature formatting (IDEA-77097)
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ public class Parent {
|
||||
}
|
||||
|
||||
class Child extends Parent {
|
||||
public void foo(float j, String s) {
|
||||
public void foo(float j, String s ) {
|
||||
}
|
||||
|
||||
void bar() {
|
||||
|
||||
Reference in New Issue
Block a user