Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 05be717a authored by Daniel Norman's avatar Daniel Norman
Browse files

Fix copy-paste typo in AccessibilityNodeInfo docs.

Bug: n/a
Test: existing tests (comment only change)
Change-Id: I712f32ccc873e2e7e2ae0ff15aea65b909de4525
parent f5549dfd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2648,7 +2648,7 @@ public class AccessibilityNodeInfo implements Parcelable {
    /**
     * Gets if the node's accessibility data is considered sensitive.
     *
     * @return True if the node is editable, false otherwise.
     * @return True if the node's data is considered sensitive, false otherwise.
     * @see View#isAccessibilityDataSensitive()
     */
    public boolean isAccessibilityDataSensitive() {