From 0f49c28e7a3667e680002beb8c557d8b5e3ad1d3 Mon Sep 17 00:00:00 2001 From: John Spurlock Date: Mon, 10 Mar 2014 11:29:35 -0400 Subject: [PATCH] Fix doc typos in Vibrator.java Change-Id: Ie95cd7fa16042897e6acf94badec98bc19bde57a --- core/java/android/os/Vibrator.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/java/android/os/Vibrator.java b/core/java/android/os/Vibrator.java index 6650fcaaa6a7d..5d55143b97eda 100644 --- a/core/java/android/os/Vibrator.java +++ b/core/java/android/os/Vibrator.java @@ -21,11 +21,11 @@ import android.content.Context; /** * Class that operates the vibrator on the device. *

- * If your process exits, any vibration you started with will stop. + * If your process exits, any vibration you started will stop. *

* * To obtain an instance of the system vibrator, call - * {@link Context#getSystemService} with {@link Context#VIBRATOR_SERVICE} as argument. + * {@link Context#getSystemService} with {@link Context#VIBRATOR_SERVICE} as the argument. */ public abstract class Vibrator { /**