Bug 1098082 - Follow-up: fix bustage from ckitching not running tests. r=me, DONTBUILD because doesn't affect m-c tests.

This commit is contained in:
Richard Newman 2014-11-13 13:57:04 -08:00
Родитель 64a2657b04
Коммит 51934df33c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -65,7 +65,7 @@ public class BaseResource implements Resource {
private boolean retryOnFailedRequest = true;
public static final boolean rewriteLocalhost = true;
public static boolean rewriteLocalhost = true;
private static final String LOG_TAG = "BaseResource";