Better visible separation between individual instrumenters' outputs

This commit is contained in:
Andrey Breslav
2013-05-13 17:24:10 +04:00
parent cdc375ba06
commit f2bf2317f8
@@ -219,6 +219,7 @@ public class InterceptionInstrumenter {
throw new IllegalStateException(e); throw new IllegalStateException(e);
} }
out.println(">>>"); out.println(">>>");
out.println();
} }
}); });
} }