diff options
author | Elliot Waite <elliotwaite@google.com> | 2017-01-26 04:49:33 +0000 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-26 04:49:33 +0000 |
commit | 0ce4b0e4c31a65864e0cda3c9d3fb6fe8a40f2ed (patch) | |
tree | 0312b321b8ac943de7d2a2613bfa95d3842c2812 /cmds/uiautomator | |
parent | e3d08aebdcf2ab939b9f9e8c65105594db7dd720 (diff) | |
parent | 9b21265b2ce0f57796bffb241c008fff459d4b05 (diff) |
Fix @links in reference docs. am: 54de77470d am: ab978c035e am: 28ba4722a9
am: 9b21265b2c
Change-Id: If246ebdb36cf2832d5a6c42cbe752e290b6fb6e8
Diffstat (limited to 'cmds/uiautomator')
-rw-r--r-- | cmds/uiautomator/library/core-src/com/android/uiautomator/core/UiObject.java | 2 | ||||
-rw-r--r-- | cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/UiAutomationShellWrapper.java | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmds/uiautomator/library/core-src/com/android/uiautomator/core/UiObject.java b/cmds/uiautomator/library/core-src/com/android/uiautomator/core/UiObject.java index 751bbe825bca..ef6d55ffb483 100644 --- a/cmds/uiautomator/library/core-src/com/android/uiautomator/core/UiObject.java +++ b/cmds/uiautomator/library/core-src/com/android/uiautomator/core/UiObject.java @@ -808,7 +808,7 @@ public class UiObject { * * @return Rect * @throws UiObjectNotFoundException - * @see {@link #getBounds()} + * @see #getBounds() * @since API Level 17 */ public Rect getVisibleBounds() throws UiObjectNotFoundException { diff --git a/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/UiAutomationShellWrapper.java b/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/UiAutomationShellWrapper.java index d98b4ff3e69a..71561c3c7023 100644 --- a/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/UiAutomationShellWrapper.java +++ b/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/core/UiAutomationShellWrapper.java @@ -40,7 +40,7 @@ public class UiAutomationShellWrapper { * actions such as dialing 911 or posting messages to public forums, etc. * * @param isSet True to set as monkey test. False to set as regular functional test (default). - * @see {@link ActivityManager#isUserAMonkey()} + * @see ActivityManager#isUserAMonkey() */ public void setRunAsMonkey(boolean isSet) { IActivityManager am = ActivityManager.getService(); |