Skip to content

Commit

Permalink
tag something to do
Browse files Browse the repository at this point in the history
  • Loading branch information
周倬贤 committed Mar 8, 2024
1 parent 8b0db55 commit 3e01c42
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
import java.util.List;

import org.springframework.stereotype.Service;
/**
* TODO Pending interfaces
*/

@Service
public class ConnectorConfigService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
import java.util.List;

import org.springframework.stereotype.Service;
/**
* TODO Pending interfaces
*/

@Service
public class RuntimeConfigService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
import java.util.List;

import org.springframework.stereotype.Service;
/**
* TODO Pending interfaces
*/

@Service
public class StoreConfigService {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
import java.util.List;

import org.springframework.stereotype.Service;
/**
* TODO Pending interfaces
*/

@Service
public class TopicConfigService {
Expand Down

0 comments on commit 3e01c42

Please sign in to comment.