File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ));
You can’t perform that action at this time.
0 commit comments