Skip to content

Commit

Permalink
[INLONG-9867][Manager] Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
fuweng11 committed Mar 25, 2024
1 parent e4cf4ee commit f508d80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@
import java.util.stream.Collectors;

@Service
public class SortStandAloneConfigOperator implements SortConfigOperator {
public class SortStandaloneConfigOperator implements SortConfigOperator {

private static final Logger LOGGER = LoggerFactory.getLogger(SortStandAloneConfigOperator.class);
private static final Logger LOGGER = LoggerFactory.getLogger(SortStandaloneConfigOperator.class);
private static final String KEY_OLD_TENANT = "tenant";
private static final String KEY_NEW_TENANT = "pulsarTenant";

Expand Down

0 comments on commit f508d80

Please sign in to comment.