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

Commit 9b8beea0 authored by Pavel Grafov's avatar Pavel Grafov Committed by android-build-merger
Browse files

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

Fix the documentation for SecurityLog.SecurityEvent.getData(). am: 739cda8f am: fca679ff am: 5a474b49
am: c3beac34

Change-Id: Ia45f8bea58e15e33e41cf25b09b5220870d9dd07
parents 40eb0ba4 c3beac34
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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();