Skip to content

Commit

Permalink
LRSD-4324 Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
joseabelenda authored and brianchandotcom committed May 13, 2024
1 parent cbd284b commit a3e9c55
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Bundle-SymbolicName: com.liferay.testray.rest.api
Bundle-Version: 1.0.0
Export-Package:\
com.liferay.testray.rest.dto.v1_0,\
com.liferay.testray.rest.resource.v1_0,\
com.liferay.testray.rest.service
com.liferay.testray.rest.manager,\
com.liferay.testray.rest.resource.v1_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.testray.rest.service;
package com.liferay.testray.rest.manager;

import com.liferay.portal.kernel.service.ServiceContext;
import com.liferay.testray.rest.dto.v1_0.TestrayCache;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import com.liferay.portal.kernel.util.GetterUtil;
import com.liferay.portal.kernel.util.UnicodeProperties;
import com.liferay.portal.kernel.util.Validator;
import com.liferay.testray.rest.service.TestrayManager;
import com.liferay.testray.rest.manager.TestrayManager;

import java.io.ByteArrayInputStream;
import java.io.IOException;
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.testray.rest.internal.service;
package com.liferay.testray.rest.internal.manager;

import com.liferay.object.constants.ObjectDefinitionConstants;
import com.liferay.object.model.ObjectDefinition;
Expand All @@ -27,7 +27,7 @@
import com.liferay.portal.kernel.util.ListUtil;
import com.liferay.portal.kernel.workflow.WorkflowConstants;
import com.liferay.testray.rest.dto.v1_0.TestrayCache;
import com.liferay.testray.rest.service.TestrayManager;
import com.liferay.testray.rest.manager.TestrayManager;

import java.io.File;
import java.io.Serializable;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
import com.liferay.portal.vulcan.multipart.MultipartBody;
import com.liferay.testray.rest.dto.v1_0.TestrayCache;
import com.liferay.testray.rest.dto.v1_0.TestrayTestSuite;
import com.liferay.testray.rest.manager.TestrayManager;
import com.liferay.testray.rest.resource.v1_0.TestrayTestSuiteResource;
import com.liferay.testray.rest.service.TestrayManager;

import java.io.File;

Expand Down

0 comments on commit a3e9c55

Please sign in to comment.