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

Commit 1a20216b authored by Nick Kralevich's avatar Nick Kralevich Committed by Android Git Automerger
Browse files

am 3e5f0229: am 58005ec5: am 3b345a6f: Merge "Fix javadoc typo in Message.java: "arg1" -> "arg2""

* commit '3e5f0229':
  Fix javadoc typo in Message.java: "arg1" -> "arg2"
parents 948a4a08 3e5f0229
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -387,7 +387,7 @@ public final class Message implements Parcelable {
    }

    /**
     * Sets a Bundle of arbitrary data values. Use arg1 and arg1 members 
     * Sets a Bundle of arbitrary data values. Use arg1 and arg2 members
     * as a lower cost way to send a few simple integer values, if you can.
     * @see #getData() 
     * @see #peekData()