Fix the documentation for SecurityLog.SecurityEvent.getData(). am: 739cda8f31 am: fca679ff74
am: 1bb00e0849
Change-Id: Ice787dfa05849e8a2b77575969334c33509cacb7
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user