Skip to content

Commit 65dfac3

Browse files
Steve BlockAndroid (Google) Code Review
authored andcommitted
Merge "Clean up JavaDoc for CookieManager" into jb-mr1-dev
2 parents f8d9e2f + c723e35 commit 65dfac3

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

core/java/android/webkit/CookieManager.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ protected Object clone() throws CloneNotSupportedException {
3737
/**
3838
* Gets the singleton CookieManager instance. If this method is used
3939
* before the application instantiates a {@link WebView} instance,
40-
* {@link CookieSyncManager#createInstance(Context)} must be called
41-
* first.
40+
* {@link CookieSyncManager#createInstance CookieSyncManager.createInstance(Context)}
41+
* must be called first.
4242
*
4343
* @return the singleton CookieManager instance
4444
*/

core/java/android/webkit/WebView.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,7 @@
164164
*
165165
* <p>For obvious security reasons, your application has its own
166166
* cache, cookie store etc.&mdash;it does not share the Browser
167-
* application's data. Cookies are managed on a separate thread, so
168-
* operations like index building don't block the UI
169-
* thread. Follow the instructions in {@link android.webkit.CookieSyncManager}
170-
* if you want to use cookies in your application.
167+
* application's data.
171168
* </p>
172169
*
173170
* <p>By default, requests by the HTML to open new windows are

0 commit comments

Comments
 (0)