Skip to content

Commit

Permalink
ACS-8278: rename package prediction_applier to hxi_extension
Browse files Browse the repository at this point in the history
  • Loading branch information
krdabrowski committed Jun 26, 2024
1 parent 3884c3d commit 96a17ba
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
import org.springframework.transaction.TransactionManager;
import org.springframework.transaction.interceptor.TransactionInterceptor;

import org.alfresco.hxi_connector.prediction_applier.rest.api.exception.PredictionStateChangedException;
import org.alfresco.hxi_connector.prediction_applier.service.PredictionService;
import org.alfresco.hxi_connector.hxi_extension.rest.api.exception.PredictionStateChangedException;
import org.alfresco.hxi_connector.hxi_extension.service.PredictionService;
import org.alfresco.repo.security.permissions.impl.AlwaysProceedMethodInterceptor;
import org.alfresco.rest.framework.core.exceptions.SimpleMappingExceptionResolver;
import org.alfresco.util.BeanExtender;
Expand Down

0 comments on commit 96a17ba

Please sign in to comment.