Skip to content

Commit f958732

Browse files
adampAndroid (Google) Code Review
authored andcommitted
Merge "Fix docs" into jb-dev
2 parents ea6b818 + 71c6989 commit f958732

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

media/java/android/media/MediaRouter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,7 +629,7 @@ public void setIconDrawable(Drawable icon) {
629629
* Set an icon that will be used to represent this route.
630630
* The system may use this icon in picker UIs or similar.
631631
*
632-
* @param icon Resource ID of an icon drawable to use to represent this route
632+
* @param resId Resource ID of an icon drawable to use to represent this route
633633
*/
634634
public void setIconResource(int resId) {
635635
setIconDrawable(sStatic.mResources.getDrawable(resId));
@@ -756,7 +756,7 @@ public void setIconDrawable(Drawable icon) {
756756
* Set an icon that will be used to represent this group.
757757
* The system may use this icon in picker UIs or similar.
758758
*
759-
* @param icon Resource ID of an icon drawable to use to represent this group
759+
* @param resId Resource ID of an icon drawable to use to represent this group
760760
*/
761761
public void setIconResource(int resId) {
762762
setIconDrawable(sStatic.mResources.getDrawable(resId));

0 commit comments

Comments
 (0)