Skip to content

Commit

Permalink
#30771 rename package
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinogiardino committed Nov 26, 2024
1 parent c3faf06 commit 4dfe390
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.dotcms.rest.api.v1.content._import;
package com.dotcms.rest.api.v1.content.dotimport;

import com.dotcms.repackage.javax.validation.constraints.NotNull;
import com.dotcms.rest.api.Validated;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.dotcms.rest.api.v1.content._import;
package com.dotcms.rest.api.v1.content.dotimport;

import com.dotcms.jobs.business.api.JobQueueManagerAPI;
import com.dotcms.rest.api.v1.JobQueueManagerHelper;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.dotcms.rest.api.v1.content._import;
package com.dotcms.rest.api.v1.content.dotimport;

import com.dotcms.repackage.javax.validation.ValidationException;
import com.dotcms.repackage.javax.validation.constraints.NotNull;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.dotcms.rest.api.v1.content._import;
package com.dotcms.rest.api.v1.content.dotimport;

import io.swagger.v3.oas.annotations.media.Schema;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.dotcms.rest.api.v1.content._import;
package com.dotcms.rest.api.v1.content.dotimport;

import com.dotcms.jobs.business.error.JobValidationException;
import com.dotcms.rest.ResponseEntityView;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import com.dotcms.jobs.business.api.JobQueueManagerAPIIntegrationTest;
import com.dotcms.jobs.business.processor.impl.ImportContentletsProcessorIntegrationTest;
import com.dotcms.jobs.business.queue.PostgresJobQueueIntegrationTest;
import com.dotcms.rest.api.v1.content._import.ContentImportResourceIntegrationTest;
import com.dotcms.rest.api.v1.content.dotimport.ContentImportResourceIntegrationTest;
import com.dotcms.rest.api.v1.job.JobQueueHelperIntegrationTest;
import org.junit.platform.suite.api.SelectClasses;
import org.junit.platform.suite.api.Suite;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.dotcms.rest.api.v1.content._import;
package com.dotcms.rest.api.v1.content.dotimport;

import static org.junit.jupiter.api.Assertions.*;

Expand Down

0 comments on commit 4dfe390

Please sign in to comment.