Skip to content

Commit

Permalink
fix checkstyle failure
Browse files Browse the repository at this point in the history
  • Loading branch information
AssahBismarkabah committed Feb 1, 2025
1 parent f77fe34 commit fdefd19
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,13 @@
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.stereotype.Service;


import java.util.List;
import java.util.HashMap;

import java.util.List;

import jakarta.ws.rs.NotFoundException;
import jakarta.ws.rs.WebApplicationException;


@Service
@ConditionalOnProperty(prefix = "run", name = "operation", havingValue = "IMPORT", matchIfMissing = true)
public class RealmRepository {
Expand Down

0 comments on commit fdefd19

Please sign in to comment.