Fix the documentation for SecurityLog.SecurityEvent.getData(). am: 739cda8f31 am: fca679ff74

am: 5a474b4930

Change-Id: If1731db386157b1f53c3a7bbe379299c1ada0ca9
This commit is contained in:
Pavel Grafov
2017-02-06 17:52:37 +00:00
committed by android-build-merger

View File

@@ -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();