| Index: components/cronet/android/api/src/org/chromium/net/ResponseTooLargeException.java
|
| diff --git a/components/cronet/android/api/src/org/chromium/net/ResponseTooLargeException.java b/components/cronet/android/api/src/org/chromium/net/ResponseTooLargeException.java
|
| index da412ff053f80424d910a7c479bb309ba48b8cf2..e8295e5831c47021705f187d3435b1d4f01f981e 100644
|
| --- a/components/cronet/android/api/src/org/chromium/net/ResponseTooLargeException.java
|
| +++ b/components/cronet/android/api/src/org/chromium/net/ResponseTooLargeException.java
|
| @@ -7,7 +7,7 @@ package org.chromium.net;
|
| import java.io.IOException;
|
|
|
| /**
|
| - * Exception returned if a {@link HttpUrlRequest} attempts to download a
|
| + * Exception returned if a {@code HttpUrlRequest} attempts to download a
|
| * response that exceeds the user-specified limit.
|
| * @deprecated This is no longer used in the async API.
|
| */
|
|
|