style(info-query): 移除一个IDE警告

This commit is contained in:
2024-01-03 11:16:37 +08:00
parent 6318e77442
commit 143b2fcb99

View File

@@ -36,6 +36,7 @@ import static com.eshore.odcp.hudi.connector.SQLConstants.IapDatahub.*;
* @author lanyuanxiaoyao
* @date 2024-01-03
*/
@SuppressWarnings("SqlSourceToSinkFlow")
@CacheConfig(cacheManager = "normal-cache")
@Service
public class TableMetaService extends BaseService {