Revert "API to execute typed handler postprocessing in a separate command"

This reverts commit da2d095
This commit is contained in:
Dmitry Jemerov
2018-04-19 11:46:58 +02:00
parent 5f34c4c223
commit abee26e09e
11 changed files with 54 additions and 132 deletions
@@ -1,7 +0,0 @@
class Foo {
void m() {
if (true) {
System.out.println();
}<caret>
}
}
@@ -1,7 +0,0 @@
class Foo {
void m() {
if (true) {
System.out.println();
}<caret>
}
}
@@ -1,7 +0,0 @@
class Foo {
void m() {
if (true) {
System.out.println();
<caret>
}
}