Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: components/cronet/android/api/src/org/chromium/net/ResponseTooLargeException.java

Issue 1560713003: [Cronet] Attempt to get Cronet javadocs building on newer Javadoc doclets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address Misha's comments Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
*/

Powered by Google App Engine
This is Rietveld 408576698