summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllen Hair <allenhair@google.com>2013-11-19 15:30:17 -0800
committerAllen Hair <allenhair@google.com>2013-11-19 15:30:17 -0800
commit6c8d47d4019cd31a1fb93b132a9fa1ff011f9630 (patch)
treead4a41758f8ea5b126e1e5146a321d8475afd28b
parentee94db3b121a3c6715c9f4cea38614f875c4ca2c (diff)
downloaduiautomator-6c8d47d4019cd31a1fb93b132a9fa1ff011f9630.tar.gz
Removed url from javadoc.
I believe this was added by mistake. Change-Id: I56fba7d3ec582d09530451053130616355ddc3f9
-rw-r--r--src/com/android/uiautomator/core/UiSelector.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/uiautomator/core/UiSelector.java b/src/com/android/uiautomator/core/UiSelector.java
index bd61bfd..482a74d 100644
--- a/src/com/android/uiautomator/core/UiSelector.java
+++ b/src/com/android/uiautomator/core/UiSelector.java
@@ -290,7 +290,7 @@ public class UiSelector {
/**
* Set the search criteria to match the resource ID
- * of the widget, using a regular expression.http://blog.bettersoftwaretesting.com/
+ * of the widget, using a regular expression.
*
* @param regex a regular expression
* @return UiSelector with the specified search criteria