Rename SonarUtils to FlipperUtils
Summary: Per title. The controller you requested could not be found. Reviewed By: danielbuechele Differential Revision: D9966597 fbshipit-source-id: eab1a670c7e956aa1dc7f816fb03875cd0b5c965
This commit is contained in:
committed by
Facebook Github Bot
parent
22f37368ce
commit
3f128bcd50
@@ -12,9 +12,9 @@ import android.content.Context;
|
||||
import com.facebook.flipper.BuildConfig;
|
||||
import java.util.List;
|
||||
|
||||
public final class SonarUtils {
|
||||
public final class FlipperUtils {
|
||||
|
||||
private SonarUtils() {}
|
||||
private FlipperUtils() {}
|
||||
|
||||
public static boolean shouldEnableSonar(Context context) {
|
||||
return BuildConfig.IS_INTERNAL_BUILD && !isEndToEndTest() && isMainProcess(context);
|
||||
Reference in New Issue
Block a user