Merge "Fix the documentation for SecurityLog.SecurityEvent.getData()." into nyc-mr1-dev

This commit is contained in:
Pavel Grafov
2017-02-06 17:35:04 +00:00
committed by Android (Google) Code Review

View File

@@ -144,8 +144,7 @@ public class SecurityLog {
} }
/** /**
* Returns the payload contained in this log. Each call to this method will * Returns the payload contained in this log entry or {@code null} if there is no payload.
* retrieve the next payload item. If no more payload exists, it returns {@code null}.
*/ */
public Object getData() { public Object getData() {
return mEvent.getData(); return mEvent.getData();