Typo fix in javadoc

@throw -> @throws
@Deprecated -> @deprecated
This commit is contained in:
Alexey Tarasov
2009-09-01 02:37:07 +11:00
committed by Jean-Baptiste Queru
parent 4d88cbd98e
commit f2db9fb0f8
6 changed files with 6 additions and 6 deletions

View File

@@ -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) {