Skip to content

Commit

Permalink
Fix error in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalters512 committed Apr 4, 2016
1 parent d8ab54a commit c87a359
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ public interface OnColorSelectedListener {
* Note that the user may cancel the dialog with the dialog's negative button, by tapping
* outside the dialog, or with the system's "Back" button. In those cases, this callback
* will still be called, but {@code positiveResult} will be {@code false}, and
* {@color will} be whichever color was specified via {@link Builder#setSelectedColor(int)}.
* {@code color} be whichever color was specified via {@link Builder#setSelectedColor(int)}.
*
* @param positiveResult true if the user confirmed this color, either by tapping on a
* color with {@link Builder#setDismissOnColorSelected(boolean)} set
Expand Down

0 comments on commit c87a359

Please sign in to comment.