Skip to content

Commit

Permalink
LPD-20495 auto SF
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Apr 2, 2024
1 parent 1a7d909 commit 9a7611e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ else if ((frequency == Frequency.WEEKLY) && !weekdays.isEmpty()) {
formattedWeekdays.add(_weekdayLabels.get(weekday.toString()));
}

arguments.add(ListUtil.toString(formattedWeekdays, StringPool.BLANK));
arguments.add(
ListUtil.toString(formattedWeekdays, StringPool.BLANK));
}

Calendar untilJCalendar = recurrence.getUntilJCalendar();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import com.liferay.calendar.util.RecurrenceUtil;
import com.liferay.portal.kernel.model.Group;
import com.liferay.portal.kernel.test.util.GroupTestUtil;
import com.liferay.portal.kernel.util.LocaleUtil;
import com.liferay.portal.test.rule.LiferayIntegrationTestRule;

import java.util.ArrayList;
Expand Down

0 comments on commit 9a7611e

Please sign in to comment.