Skip to content

Commit

Permalink
LPS-205542 Remove unused reference
Browse files Browse the repository at this point in the history
  • Loading branch information
adolfopa authored and brianchandotcom committed Jan 11, 2024
1 parent b6ce6f3 commit fff775e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import com.liferay.portal.kernel.exception.PortalException;
import com.liferay.portal.kernel.language.Language;
import com.liferay.portal.kernel.portlet.constants.FriendlyURLResolverConstants;
import com.liferay.portal.kernel.service.GroupLocalService;
import com.liferay.portal.kernel.util.GetterUtil;
import com.liferay.portal.kernel.util.StringUtil;

Expand Down Expand Up @@ -107,9 +106,6 @@ public String getURLSeparator() {
@Reference
private CalendarBookingLocalService _calendarBookingLocalService;

@Reference
private GroupLocalService _groupLocalService;

@Reference(
target = "(item.class.name=com.liferay.calendar.model.CalendarBooking)"
)
Expand Down

0 comments on commit fff775e

Please sign in to comment.