Typo fix in javadoc
@throw -> @throws @Deprecated -> @deprecated
This commit is contained in:
committed by
Jean-Baptiste Queru
parent
4d88cbd98e
commit
f2db9fb0f8
@@ -1402,7 +1402,7 @@ public class LocationManagerService extends ILocationManager.Stub implements Run
|
||||
|
||||
/**
|
||||
* @return null if the provider does not exits
|
||||
* @throw SecurityException if the provider is not allowed to be
|
||||
* @throws SecurityException if the provider is not allowed to be
|
||||
* accessed by the caller
|
||||
*/
|
||||
public Bundle getProviderInfo(String provider) {
|
||||
|
||||
Reference in New Issue
Block a user