Skip to content

Commit

Permalink
[NOD-781] feat: major code and structure refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Mar 27, 2024
1 parent b2d57af commit 00b2b0e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package it.gov.pagopa.wispconverter.util;
package it.gov.pagopa.wispconverter.util.aspect;

import it.gov.pagopa.wispconverter.controller.advice.model.ProblemJsonResponse;
import it.gov.pagopa.wispconverter.exception.AppError;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package it.gov.pagopa.wispconverter.util;
package it.gov.pagopa.wispconverter.util.aspect;

import it.gov.pagopa.wispconverter.exception.AppException;
import jakarta.validation.ConstraintViolation;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package it.gov.pagopa.wispconverter.util;
package it.gov.pagopa.wispconverter.util.filter;

import jakarta.servlet.*;
import jakarta.servlet.http.HttpServletRequest;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package it.gov.pagopa.wispconverter.util;
package it.gov.pagopa.wispconverter.util.openapi;

import lombok.AllArgsConstructor;
import lombok.Getter;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package it.gov.pagopa.wispconverter.util;
package it.gov.pagopa.wispconverter.util.openapi;

import io.swagger.v3.oas.models.Operation;
import org.springdoc.core.customizers.OperationCustomizer;
Expand Down

0 comments on commit 00b2b0e

Please sign in to comment.