am f28ab7a7: am f270a8f3: Fix logic error in CarrierService.

* commit 'f28ab7a75b87eede9a051b736b79cc9d598219a1':
  Fix logic error in CarrierService.
This commit is contained in:
Jonathan Basseri
2015-06-03 19:18:11 +00:00
committed by Android Git Automerger

View File

@@ -91,7 +91,7 @@ public abstract class CarrierService extends Service {
case BIND_SERVICE_INTERFACE:
return mStubWrapper;
default:
null;
return null;
}
}