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

@@ -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
*/

View File

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

View File

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

View File

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