From fff775e599f3515c078fb8c504e13a15b7fabb99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adolfo=20P=C3=A9rez=20=C3=81lvarez?= Date: Wed, 10 Jan 2024 12:49:41 +0100 Subject: [PATCH] LPS-205542 Remove unused reference --- .../page/CalendarBookingLayoutDisplayPageProvider.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/apps/calendar/calendar-web/src/main/java/com/liferay/calendar/web/internal/layout/display/page/CalendarBookingLayoutDisplayPageProvider.java b/modules/apps/calendar/calendar-web/src/main/java/com/liferay/calendar/web/internal/layout/display/page/CalendarBookingLayoutDisplayPageProvider.java index b9cfa44c523e30..9caf93c5a5c44b 100644 --- a/modules/apps/calendar/calendar-web/src/main/java/com/liferay/calendar/web/internal/layout/display/page/CalendarBookingLayoutDisplayPageProvider.java +++ b/modules/apps/calendar/calendar-web/src/main/java/com/liferay/calendar/web/internal/layout/display/page/CalendarBookingLayoutDisplayPageProvider.java @@ -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; @@ -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)" )