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

Unified Diff: content/public/android/java/src/org/chromium/content_public/browser/LoadUrlParams.java

Issue 2352443002: [Documentation] Resolve mismatched Javadoc comments in LoadUrlParams. (Closed)
Patch Set: Rebasing the patch. Created 3 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/src/org/chromium/content_public/browser/LoadUrlParams.java
diff --git a/content/public/android/java/src/org/chromium/content_public/browser/LoadUrlParams.java b/content/public/android/java/src/org/chromium/content_public/browser/LoadUrlParams.java
index 677662294d003c249d7805a6357e3110882959ea..8996571f05630025a423bfbd9574e48531792e58 100644
--- a/content/public/android/java/src/org/chromium/content_public/browser/LoadUrlParams.java
+++ b/content/public/android/java/src/org/chromium/content_public/browser/LoadUrlParams.java
@@ -228,14 +228,14 @@ public class LoadUrlParams {
}
/**
- * @return the referrer of this load
+ * Sets the referrer of this load.
*/
public void setReferrer(Referrer referrer) {
mReferrer = referrer;
}
/**
- * Sets the referrer of this load.
+ * @return the referrer of this load.
*/
public Referrer getReferrer() {
return mReferrer;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698