am f270a8f3: Fix logic error in CarrierService.

* commit 'f270a8f3d653be4a6b8f665e8211db4f39507bb3':
  Fix logic error in CarrierService.
This commit is contained in:
Jonathan Basseri
2015-06-03 18:27:01 +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;
}
}