From 85ac3efb066be44e93941edb24157c22a5a365de Mon Sep 17 00:00:00 2001 From: Kevin Jin Date: Wed, 11 Feb 2015 18:18:18 -0800 Subject: Generate JavaDoc and source jar Add the install task to publish to local M2 repository Change-Id: I1fd51172128ce617929d531f8aac7c757a724edc --- src/com/google/android/droiddriver/finders/By.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/com/google/android/droiddriver/finders/By.java') 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). -- cgit v1.2.3