Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ public void onNegativeButtonClick(Date date) {

@Override
public void onNeutralButtonClick(Date date) {
// Optional if neutral button does'nt exists
// Optional if neutral button doesn't exist
textView.setText("");
}
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.ArrayList;

/**
* ListView for select one year, year selected is highlight <br />
* ListView to select one year, year selected is highlighted <br />
* To get the year, assign an OnYearSelectedListener
* @see com.kunzisoft.switchdatetime.date.OnYearSelectedListener#onYearSelected(View, int)
* @author JJamet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import java.util.Locale;

/**
* Adapter for manage elements of ListPickerYearView
* Adapter for managing elements of ListPickerYearView
* @author JJamet
*/
class YearPickerAdapter extends RecyclerView.Adapter<YearPickerAdapter.TextIndicatorViewHolder> {
Expand Down