From 31cb0bedc66b1cee4b5252df2b8e04e653358df3 Mon Sep 17 00:00:00 2001 From: Leon Scroggins Date: Fri, 25 Feb 2011 10:53:50 -0500 Subject: [PATCH] Comment clean up. Bug:3405773 Change-Id: I225cccc637dd0652af2ce58072beac32e56088c7 --- core/java/android/provider/Browser.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/java/android/provider/Browser.java b/core/java/android/provider/Browser.java index 57ee440755cd2..a34d9c35020e3 100644 --- a/core/java/android/provider/Browser.java +++ b/core/java/android/provider/Browser.java @@ -165,9 +165,9 @@ public class Browser { } /** - * Passed along with an Intent to a browser, specifying that a new tab - * be created. Overrides EXTRA_APPLICATION_ID; if both are set, a new tab - * will be used, rather than using the same one. + * Boolean extra passed along with an Intent to a browser, specifying that + * a new tab be created. Overrides EXTRA_APPLICATION_ID; if both are set, + * a new tab will be used, rather than using the same one. */ public static final String EXTRA_CREATE_NEW_TAB = "create_new_tab";