change: 废弃yaml配置文件, 待重构.

This commit is contained in:
2024-11-26 11:17:18 +08:00
parent d0e1792e4b
commit a729a5d99c

View File

@@ -9,11 +9,13 @@ import java.util.Map;
/**
* yml/yaml格式的配置文件目前用于语言文件
* TODO 待重构
*
* @author <a href="mailto:serliunx@yeah.net">SerLiunx</a>
* @version 1.0.0
* @since 2024/6/17
*/
@Deprecated
public class YamlConfiguration extends FileConfiguration {
public YamlConfiguration(String path, boolean refresh) {