Merge "Fix javadoc typo in Message.java: "arg1" -> "arg2""

This commit is contained in:
Nick Kralevich
2014-07-05 16:30:08 +00:00
committed by Gerrit Code Review

View File

@@ -343,7 +343,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()