aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/finders/By.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/google/android/droiddriver/finders/By.java')
-rw-r--r--src/com/google/android/droiddriver/finders/By.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/google/android/droiddriver/finders/By.java b/src/com/google/android/droiddriver/finders/By.java
index 642b03d..1e3bc8a 100644
--- a/src/com/google/android/droiddriver/finders/By.java
+++ b/src/com/google/android/droiddriver/finders/By.java
@@ -159,7 +159,7 @@ public class By {
}
/**
- * Evaluates given {@finders} in short-circuit fashion in the order
+ * Evaluates given {@code finders} in short-circuit fashion in the order
* they are passed. Costly finders (for example those returned by with*
* methods that navigate the node tree) should be passed after cheap finders
* (for example the ByAttribute finders).
@@ -171,7 +171,7 @@ public class By {
}
/**
- * Evaluates given {@finders} in short-circuit fashion in the order
+ * Evaluates given {@code finders} in short-circuit fashion in the order
* they are passed. Costly finders (for example those returned by with*
* methods that navigate the node tree) should be passed after cheap finders
* (for example the ByAttribute finders).