mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
Reformat with context on postponed formatting: fixed java test data
This commit is contained in:
+8
-8
@@ -8,14 +8,14 @@ public class Foo {
|
||||
class Bar {
|
||||
public static void main(String[] args) {
|
||||
Foo.bar(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
doRun();
|
||||
}
|
||||
|
||||
private void doRun() {
|
||||
// Woo-hoo
|
||||
}
|
||||
@Override
|
||||
public void run() {
|
||||
doRun();
|
||||
}
|
||||
|
||||
private void doRun() {
|
||||
// Woo-hoo
|
||||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user