Skip to content

Commit

Permalink
fixed missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Oct 9, 2023
1 parent 404f36c commit 2a42fd3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
import org.apache.commons.lang3.RandomStringUtils;
import org.jetbrains.annotations.NotNull;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.DependsOn;
import org.springframework.stereotype.Component;

import javax.annotation.PostConstruct;
Expand Down

0 comments on commit 2a42fd3

Please sign in to comment.