Skip to content

Commit

Permalink
LPD-34471 Move
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Aug 26, 2024
1 parent 7c376a4 commit 8aecdee
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
import com.liferay.portal.kernel.util.PortletKeys;
import com.liferay.portal.kernel.util.PrefsProps;
import com.liferay.portal.kernel.util.PropsKeys;
import com.liferay.portal.kernel.util.SiteInitializerThreadLocal;
import com.liferay.portal.kernel.util.WebKeys;
import com.liferay.portal.util.PropsValues;
import com.liferay.portlet.RenderRequestFactory;
import com.liferay.portlet.RenderResponseFactory;
import com.liferay.site.initializer.SiteInitializer;
import com.liferay.site.initializer.SiteInitializerRegistry;
import com.liferay.site.initializer.kernel.util.SiteInitializerThreadLocal;

import java.util.List;
import java.util.Objects;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
import com.liferay.portal.kernel.util.PortalUtil;
import com.liferay.portal.kernel.util.PropsKeys;
import com.liferay.portal.kernel.util.SetUtil;
import com.liferay.portal.kernel.util.SiteInitializerThreadLocal;
import com.liferay.portal.kernel.util.Validator;
import com.liferay.portal.kernel.util.WebKeys;
import com.liferay.site.initializer.kernel.util.SiteInitializerThreadLocal;

import java.sql.SQLException;

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version 22.0.0
version 21.2.0
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* SPDX-License-Identifier: LGPL-2.1-or-later OR LicenseRef-Liferay-DXP-EULA-2.0.0-2023-06
*/

package com.liferay.portal.kernel.util;
package com.liferay.site.initializer.kernel.util;

import com.liferay.petra.lang.CentralizedThreadLocal;

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version 1.0.0

0 comments on commit 8aecdee

Please sign in to comment.