Skip to content

Commit

Permalink
LPS-200030 wrong package #sfme
Browse files Browse the repository at this point in the history
  • Loading branch information
brianchandotcom committed Dec 24, 2023
1 parent cbbd010 commit f06db08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import com.liferay.scim.rest.client.dto.v1_0.User;
import com.liferay.scim.rest.client.http.HttpInvoker;
import com.liferay.scim.rest.client.resource.v1_0.UserResource;
import com.liferay.scim.rest.resource.v1_0.test.util.ScimTestUtil;

import java.util.Arrays;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
import com.liferay.scim.rest.client.dto.v1_0.Name;
import com.liferay.scim.rest.client.dto.v1_0.User;
import com.liferay.scim.rest.client.http.HttpInvoker;
import com.liferay.scim.rest.resource.v1_0.test.util.ScimTestUtil;

import java.util.Arrays;

Expand Down
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.scim.rest.resource.v1_0.test;
package com.liferay.scim.rest.resource.v1_0.test.util;

import com.liferay.expando.kernel.model.ExpandoColumn;
import com.liferay.expando.kernel.model.ExpandoTable;
Expand Down

0 comments on commit f06db08

Please sign in to comment.