mirror of
https://github.com/square/okhttp.git
synced 2025-11-05 14:10:40 +03:00
Sort imports and wrap documentation at 100 columns.
This is a mechanical refactoring. The only thing I had trouble with is IntelliJ's weak support for <ul> tags in Javadoc.
This commit is contained in:
@@ -15,18 +15,16 @@
|
||||
*/
|
||||
package okhttp3.testing;
|
||||
|
||||
import java.io.PrintWriter;
|
||||
import java.io.StringWriter;
|
||||
import org.junit.runner.Description;
|
||||
import org.junit.runner.Result;
|
||||
import org.junit.runner.notification.RunListener;
|
||||
|
||||
import java.io.PrintWriter;
|
||||
import java.io.StringWriter;
|
||||
|
||||
/**
|
||||
* A {@link org.junit.runner.notification.RunListener} used to install an aggressive default
|
||||
* {@link java.lang.Thread.UncaughtExceptionHandler} similar to the one found on Android.
|
||||
* No exceptions should escape from OkHttp that might cause apps to be killed or tests to fail on
|
||||
* Android.
|
||||
* A {@link org.junit.runner.notification.RunListener} used to install an aggressive default {@link
|
||||
* java.lang.Thread.UncaughtExceptionHandler} similar to the one found on Android. No exceptions
|
||||
* should escape from OkHttp that might cause apps to be killed or tests to fail on Android.
|
||||
*/
|
||||
public class InstallUncaughtExceptionHandlerListener extends RunListener {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user