aboutsummaryrefslogtreecommitdiff
path: root/src/com/google/android/droiddriver/finders/By.java
diff options
context:
space:
mode:
authorKevin Jin <kjin@google.com>2015-02-11 18:18:18 -0800
committerKevin Jin <kjin@google.com>2015-02-11 18:29:06 -0800
commit85ac3efb066be44e93941edb24157c22a5a365de (patch)
treef4ca719aa980961a30e30133b2fec3f2be812e30 /src/com/google/android/droiddriver/finders/By.java
parentf8184a4babf7ab9cc356b1c61170869a6d6ce13c (diff)
downloaddroiddriver-85ac3efb066be44e93941edb24157c22a5a365de.tar.gz
Generate JavaDoc and source jar
Add the install task to publish to local M2 repository Change-Id: I1fd51172128ce617929d531f8aac7c757a724edc
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).