Typo fix in javadoc
@throw -> @throws @Deprecated -> @deprecated
This commit is contained in:
committed by
Jean-Baptiste Queru
parent
4d88cbd98e
commit
f2db9fb0f8
@@ -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
|
||||
*/
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user