Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2db9fb0 authored by Alexey Tarasov's avatar Alexey Tarasov Committed by Jean-Baptiste Queru
Browse files

Typo fix in javadoc

@throw -> @throws
@Deprecated -> @deprecated
parent 4d88cbd9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -319,7 +319,7 @@ public abstract class Animation implements Cloneable {
     * 
     * @param durationMillis Duration in milliseconds
     *
     * @throw java.lang.IllegalArgumentException if the duration is < 0
     * @throws java.lang.IllegalArgumentException if the duration is < 0
     *
     * @attr ref android.R.styleable#Animation_duration
     */
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ public interface UrlInterceptHandler {
     * @param url URL string.
     * @param headers The headers associated with the request. May be null.
     * @return The CacheResult containing the surrogate response.
     * @Deprecated Use PluginData getPluginData(String url,
     * @deprecated Use PluginData getPluginData(String url,
     * Map<String, String> headers); instead
     */
    @Deprecated
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ public final class UrlInterceptRegistry {
     * UrlInterceptHandler interested, or null if none are.
     *
     * @return A CacheResult containing surrogate content.
     * @Deprecated Use PluginData getPluginData( String url,
     * @deprecated Use PluginData getPluginData( String url,
     * Map<String, String> headers) instead.
     */
    @Deprecated
+1 −1
Original line number Diff line number Diff line
@@ -331,7 +331,7 @@ public class UrlInterceptHandlerGears implements UrlInterceptHandler {
     * @param url URL string.
     * @param headers The headers associated with the request. May be null.
     * @return The CacheResult containing the surrogate response.
     * @Deprecated Use PluginData getPluginData(String url,
     * @deprecated Use PluginData getPluginData(String url,
     * Map<String, String> headers); instead
     */
    @Deprecated
+1 −1
Original line number Diff line number Diff line
@@ -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) {
+1 −1

File changed.

Contains only whitespace changes.

Loading