mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 20:42:52 +07:00
SPI: rename of containing class/package
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
foo.Test1$FooRunnable
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
package foo;
|
||||
public class Test1 {
|
||||
public static class FooRunnable implements Runnable {
|
||||
public void run() {
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
@@ -0,0 +1 @@
|
||||
foo.Test$FooRunnable
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
package foo;
|
||||
public class T<caret>est{
|
||||
public static class FooRunnable implements Runnable {
|
||||
public void run() {
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user