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
parent 6db4ff1240
commit 62325aceed

View File

@ -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";