SPI: rename of containing class/package

This commit is contained in:
Anna Kozlova
2013-06-10 12:30:14 +04:00
parent 9659afa868
commit 8794219e3e
16 changed files with 194 additions and 116 deletions
@@ -0,0 +1,7 @@
package foo;
public class Test1 {
public static class FooRunnable implements Runnable {
public void run() {
}
}
}
@@ -0,0 +1,7 @@
package foo;
public class T<caret>est{
public static class FooRunnable implements Runnable {
public void run() {
}
}
}