Closed sarahsnow1 closed 8 years ago
This PR prevents the static APIs from being able to be modified by clients.
LocationServices
connect()
isConnected()
disconnect()
LostApiClientImpl
Closes #33
Overview
This PR prevents the static APIs from being able to be modified by clients.
Proposed Changes
LocationServices
fields finalconnect()
,isConnected()
, anddisconnect()
methods for all APIsLostApiClientImpl
to use newconnect()
,isConnected()
, anddisconnect()
methods for corresponding methodsCloses #33