Skip to content

Commit

Permalink
[SELC-5923] fix import for stringUtils
Browse files Browse the repository at this point in the history
  • Loading branch information
flaminiaScarciofolo committed Nov 7, 2024
1 parent 80a575d commit 9649bbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package it.pagopa.selfcare.user.mapper;

import com.microsoft.applicationinsights.web.dependencies.apachecommons.lang3.StringUtils;
import it.pagopa.selfcare.user.UserUtils;
import it.pagopa.selfcare.user.entity.UserInstitution;
import it.pagopa.selfcare.user.model.*;
import org.apache.commons.lang3.StringUtils;
import org.mapstruct.Mapper;
import org.mapstruct.Mapping;
import org.mapstruct.Named;
Expand Down

0 comments on commit 9649bbf

Please sign in to comment.