Fix some Javadoc typos.

Signed-off-by: Mike Lockwood <lockwood@android.com>
This commit is contained in:
Mike Lockwood
2009-08-24 13:09:20 -07:00
parent 4e9718d6ae
commit 725fcbf5ec

View File

@@ -1970,9 +1970,9 @@ public class Intent implements Parcelable {
/**
* Used as an int extra field in {@link android.content.Intent#ACTION_DOCK_EVENT}
* intents to request the dock state. Possible values are
* {@link android.content.Intent#ACTION_DOCK_STATE_UNDOCKED},
* {@link android.content.Intent#ACTION_DOCK_STATE_DESK}, or
* {@link android.content.Intent#ACTION_DOCK_STATE_CAR}.
* {@link android.content.Intent#EXTRA_DOCK_STATE_UNDOCKED},
* {@link android.content.Intent#EXTRA_DOCK_STATE_DESK}, or
* {@link android.content.Intent#EXTRA_DOCK_STATE_CAR}.
* @hide
*/
public static final String EXTRA_DOCK_STATE = "android.intent.extra.DOCK_STATE";