重设兼容性设置

This commit is contained in:
kohgylw 2022-07-12 09:06:31 +08:00
parent 1082b8ddec
commit eed691436a
9 changed files with 1 additions and 5 deletions

View File

@ -560,7 +560,6 @@ public class ConfigureReader {
* @author 青阳龙野(kohgylw)
* @return int 验证结果代码
*/
@SuppressWarnings("deprecation")
private int testServerPropertiesAndEffect() {
Printer.instance.print("正在检查服务器配置...");
final String pMustLogin = this.serverp.getProperty("mustLogin");

View File

@ -46,7 +46,6 @@ public class FileNodeUtil {
*
* @author 青阳龙野(kohgylw)
*/
@SuppressWarnings("deprecation")
public static void initNodeTableToDataBase() {
Printer.instance.print("初始化文件节点...");
try {

View File

@ -509,7 +509,6 @@ public class LogUtil {
}
}
@SuppressWarnings("deprecation")
@Override
protected void finalize() throws Throwable {
super.finalize();

View File

@ -534,7 +534,6 @@ public class FSViewer extends KiftdDynamicWindow {
}
}
@SuppressWarnings("deprecation")
@Override
protected void finalize() throws Throwable {
super.finalize();

View File

@ -1,5 +1,5 @@
#Generated by Maven Integration for Eclipse
#Tue Jul 12 08:52:03 CST 2022
#Tue Jul 12 09:05:45 CST 2022
m2e.projectLocation=/Users/kohgylw/Programs/java_workspace/kiftd-source
m2e.projectName=kiftd-source
groupId=kohgylw