格式化

This commit is contained in:
redkale
2024-08-14 20:07:35 +08:00
parent f10ade8795
commit 0c9576603d
2 changed files with 2 additions and 2 deletions

View File

@@ -249,7 +249,7 @@ public abstract class AbstractDataSource extends AbstractService implements Data
BiFunction<DataSource, EntityInfo, CompletableFuture<List>> fullloader) {
return EntityInfo.load(clazz, cacheForbidden, props, this, fullloader);
}
/**
* 加载指定类的EntityInfo
*

View File

@@ -16,7 +16,7 @@ public interface YmlProvider {
/**
* 将yml内容转换成AnyValue
*
*
* @param content yml内容
* @return AnyValue
*/