Update comment in android/src/com/mapswithme/maps/widget/placepage/PlaceOpeningHoursAdapter.java

Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com>
Signed-off-by: S. Kozyr <s.trump@gmail.com>
This commit is contained in:
Sergiy Kozyr 2022-02-14 14:09:42 +02:00 committed by Viktor Govako
parent 179906be92
commit c24105a0a5

View file

@ -36,7 +36,7 @@ public class PlaceOpeningHoursAdapter extends RecyclerView.Adapter<PlaceOpeningH
final List<WeekScheduleData> scheduleData = new ArrayList<>();
// Timetables array contains only working days. We need to fill non working gaps
// Timetables array contains only working days. We need to fill non-working gaps.
for (int i=0; i < weekDays.length; i++)
{
int weekDay = weekDays[i];