Files
briar/briar-android/test/java/android/net/http/AndroidHttpClient.java
2016-05-11 11:52:57 +02:00

7 lines
245 B
Java

package android.net.http;
// This class is here to fix an issue with Robolectric.
// https://github.com/robolectric/robolectric/issues/1862
// TODO Check if this class can be removed on next Robolectric update
public class AndroidHttpClient {
}