aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/scroll/AccessibilityEventScrollStepStrategy.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/google/android/droiddriver/scroll/AccessibilityEventScrollStepStrategy.java')
-rw-r--r--src/com/google/android/droiddriver/scroll/AccessibilityEventScrollStepStrategy.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/google/android/droiddriver/scroll/AccessibilityEventScrollStepStrategy.java b/src/com/google/android/droiddriver/scroll/AccessibilityEventScrollStepStrategy.java
index 840685e..f3fe91d 100644
--- a/src/com/google/android/droiddriver/scroll/AccessibilityEventScrollStepStrategy.java
+++ b/src/com/google/android/droiddriver/scroll/AccessibilityEventScrollStepStrategy.java
@@ -41,7 +41,7 @@ import java.util.concurrent.TimeoutException;
* This implementation behaves just like the <a href=
* "http://developer.android.com/tools/help/uiautomator/UiScrollable.html"
* >UiScrollable</a> class. It may not work in all cases. For instance,
- * sometimes {@link android.support.v4.widget.DrawerLayout} does not send
+ * sometimes {@code android.support.v4.widget.DrawerLayout} does not send
* correct {@link AccessibilityEvent}s after scrolling.
* </p>
*/