diff options
| author | 2017-02-06 17:46:09 +0000 | |
|---|---|---|
| committer | 2017-02-06 17:46:09 +0000 | |
| commit | 1bb00e0849689cf8e135999d4ce7478cfdaddbc4 (patch) | |
| tree | b39e0e4da106640a4bb566b2e0f1ff3ce1c24297 | |
| parent | 7acceb874637905bfe415437c7b9bafce5f395ec (diff) | |
| parent | fca679ff740e3a8f7df9b9199adb2c1da8c929c8 (diff) | |
Fix the documentation for SecurityLog.SecurityEvent.getData(). am: 739cda8f31
am: fca679ff74
Change-Id: I9f02c30450e56b8f25bbbe4b1baa2381c84437c8
| -rw-r--r-- | core/java/android/app/admin/SecurityLog.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/java/android/app/admin/SecurityLog.java b/core/java/android/app/admin/SecurityLog.java index 2858991fbdf4..91b87d74694d 100644 --- a/core/java/android/app/admin/SecurityLog.java +++ b/core/java/android/app/admin/SecurityLog.java @@ -144,8 +144,7 @@ public class SecurityLog { } /** - * Returns the payload contained in this log. Each call to this method will - * retrieve the next payload item. If no more payload exists, it returns {@code null}. + * Returns the payload contained in this log entry or {@code null} if there is no payload. */ public Object getData() { return mEvent.getData(); |